blob: b41d86976db30819a7e6193a676e91ca69196fbf [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_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