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..2527e656ef983e4e97bcbea7ac38e9b5c4604234 100644 |
--- a/chrome_elf/chrome_elf_constants.cc |
+++ b/chrome_elf/chrome_elf_constants.cc |
@@ -19,5 +19,6 @@ 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 kBeaconFailedCount[] = L"failed_count"; |
} // namespace blacklist |