chromium/chrome/chrome_elf/chrome_elf_constants.h

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// A handful of resource-like constants related to the ChromeELF.

#ifndef CHROME_CHROME_ELF_CHROME_ELF_CONSTANTS_H_
#define CHROME_CHROME_ELF_CHROME_ELF_CONSTANTS_H_

namespace chrome {

// Needed to register the WER helper DLL.
extern const wchar_t kWerDll[];

}  // namespace chrome

namespace elf_sec {

// The name of the registry key which controls the enablement of
// sandbox::MITIGATION_EXTENSION_POINT_DISABLE for the browser process.
extern const wchar_t kRegBrowserExtensionPointKeyName[];

}  // namespace elf_sec

#endif  // CHROME_CHROME_ELF_CHROME_ELF_CONSTANTS_H_