Chromium Code Reviews| Index: chrome/browser/chrome_elf_init_win.h |
| diff --git a/chrome/browser/chrome_elf_init_win.h b/chrome/browser/chrome_elf_init_win.h |
| index d8787099a42b18125afaf2dd7f58bc914a81883e..08f2ce5f5470b928c6fb70d66c4d79698958239e 100644 |
| --- a/chrome/browser/chrome_elf_init_win.h |
| +++ b/chrome/browser/chrome_elf_init_win.h |
| @@ -13,6 +13,9 @@ extern const char kBrowserBlacklistTrialDisabledGroupName[]; |
| // only affect future runs since Chrome Elf is already setup by this point). |
| void InitializeChromeElf(); |
| +// Store the blacklist from the finch configs in the registry. |
|
csharp
2014/06/03 21:11:36
Nit: Store -> Add (to be consistent with the funct
krstnmnlsn
2014/06/04 16:55:44
Done.
|
| +void AddFinchBlacklistToRegistry(); |
| + |
| // Set the required state for an enabled browser blacklist. |
| void BrowserBlacklistBeaconSetup(); |