| Index: chrome_elf/chrome_elf_constants.cc
|
| diff --git a/chrome_elf/chrome_elf_constants.cc b/chrome_elf/chrome_elf_constants.cc
|
| index 1dbc7490c34dcdd8fbf73324bbd6f3e7a2430689..a7ee1c929c275f9c4e38333f186e812da3599adc 100644
|
| --- a/chrome_elf/chrome_elf_constants.cc
|
| +++ b/chrome_elf/chrome_elf_constants.cc
|
| @@ -21,5 +21,8 @@ const wchar_t kRegistryFinchListPath[] =
|
| L"SOFTWARE\\Google\\Chrome\\BLFinchList";
|
| 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
|
|
|