| Index: chrome_elf/chrome_elf_constants.cc
|
| diff --git a/chrome_elf/chrome_elf_constants.cc b/chrome_elf/chrome_elf_constants.cc
|
| index 8879da7db83b80e430d2835c91695689864bc160..ebad138cc03c076d10ae1f7cb6a907b902d7e2cf 100644
|
| --- a/chrome_elf/chrome_elf_constants.cc
|
| +++ b/chrome_elf/chrome_elf_constants.cc
|
| @@ -19,5 +19,8 @@ namespace blacklist {
|
| const wchar_t kRegistryBeaconPath[] = L"SOFTWARE\\Google\\Chrome\\BLBeacon";
|
| const wchar_t kBeaconVersion[] = L"version";
|
| const wchar_t kBeaconState[] = L"state";
|
| +const wchar_t kBeaconAttemptCount[] = L"failed_count";
|
| +
|
| +const DWORD kBeaconMaxAttempts = 2;
|
|
|
| } // namespace blacklist
|
|
|