blob: 9b7ad4854a564de93ec7774b05cec40307699f0d [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.
#ifndef CHROME_CLEANER_CONSTANTS_COMMON_REGISTRY_NAMES_H_
#define CHROME_CLEANER_CONSTANTS_COMMON_REGISTRY_NAMES_H_
namespace chrome_cleaner {
// Common registry key and value names used throughout the code base.
extern const wchar_t kAppInitDllsKeyPath[];
extern const wchar_t kAppInitDllsValueName[];
} // namespace chrome_cleaner
#endif // CHROME_CLEANER_CONSTANTS_COMMON_REGISTRY_NAMES_H_