blob: 29c1d4fc6013762833a7f88f5094ba039d7f59e0 [file] [log] [blame]
// Copyright (c) 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/chrome_cleaner/constants/common_registry_names.h"
namespace chrome_cleaner {
const wchar_t kAppInitDllsKeyPath[] =
L"software\\microsoft\\windows nt\\currentversion\\windows";
const wchar_t kAppInitDllsValueName[] = L"appinit_dlls";
} // namespace chrome_cleaner