Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: chrome/browser/chrome_elf_init_win.h

Issue 300933002: Finch Blacklist is now added to the Hardcoded blacklist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: int -> size_t :C Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698