| Index: chrome_elf/blacklist/blacklist.cc
|
| diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
|
| index 958d7103b798ba5488b8d9857f7be6a06c20cecb..73383d5395f30bd9425d5f9044118cbd4f1951fa 100644
|
| --- a/chrome_elf/blacklist/blacklist.cc
|
| +++ b/chrome_elf/blacklist/blacklist.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "chrome_elf/blacklist/blacklist_interceptions.h"
|
| +#include "chrome_elf/chrome_elf_constants.h"
|
| #include "sandbox/win/src/interception_internal.h"
|
| #include "sandbox/win/src/internal_types.h"
|
| #include "sandbox/win/src/sandbox_utils.h"
|
| @@ -28,10 +29,6 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
|
| NULL,
|
| };
|
|
|
| -const wchar_t kRegistryBeaconPath[] = L"SOFTWARE\\Google\\Chrome\\BLBeacon";
|
| -const wchar_t kBeaconVersion[] = L"version";
|
| -const wchar_t kBeaconState[] = L"state";
|
| -
|
| } // namespace blacklist
|
|
|
| // Allocate storage for thunks in a page of this module to save on doing
|
|
|