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

Unified Diff: chrome/browser/win/chrome_elf_init.h

Issue 2163803003: [chrome_elf] Removing blacklist finch for dynamic dll changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes. Created 4 years, 5 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/win/chrome_elf_init.h
diff --git a/chrome/browser/win/chrome_elf_init.h b/chrome/browser/win/chrome_elf_init.h
index c2661145cfb3b5ba5ff2b53abdf9fb02d0e6d4c7..f598828795f18777a9cf74a6c5ee31870fc9cca0 100644
--- a/chrome/browser/win/chrome_elf_init.h
+++ b/chrome/browser/win/chrome_elf_init.h
@@ -13,9 +13,6 @@ extern const char kBrowserBlacklistTrialDisabledGroupName[];
// only affect future runs since Chrome Elf is already setup by this point).
void InitializeChromeElf();
-// Add the blacklist from the finch configs in the registry.
-void AddFinchBlacklistToRegistry();
-
// Set the required state for an enabled browser blacklist.
void BrowserBlacklistBeaconSetup();

Powered by Google App Engine
This is Rietveld 408576698