blob: 8630caa1ed59f9f50e09d41ab6c0f351f68f61ca [file] [log] [blame]
// 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