| Index: chrome_elf/chrome_elf_constants.cc
|
| diff --git a/chrome_elf/chrome_elf_constants.cc b/chrome_elf/chrome_elf_constants.cc
|
| index cd6076300cc7464cf34789baa9612027149f0055..8879da7db83b80e430d2835c91695689864bc160 100644
|
| --- a/chrome_elf/chrome_elf_constants.cc
|
| +++ b/chrome_elf/chrome_elf_constants.cc
|
| @@ -14,3 +14,10 @@ const wchar_t kLocalStateFilename[] = L"Local State";
|
| const wchar_t kPreferencesFilename[] = L"Preferences";
|
| const wchar_t kUserDataDirName[] = L"User Data";
|
|
|
| +namespace blacklist {
|
| +
|
| +const wchar_t kRegistryBeaconPath[] = L"SOFTWARE\\Google\\Chrome\\BLBeacon";
|
| +const wchar_t kBeaconVersion[] = L"version";
|
| +const wchar_t kBeaconState[] = L"state";
|
| +
|
| +} // namespace blacklist
|
|
|