| // Copyright 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 |