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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1073633002: Remove PrerenderLocalPredictor, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-local-predictor-1
Patch Set: fix tests Created 5 years, 8 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 61a7647298b6126f522b7d3f73c1a25b557bda5d..e050d3ddaba5f066378c8c6c0465e6ad91dc7cc1 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -996,10 +996,6 @@ const char kSbDisableDownloadProtection[] =
const char kSbDisableExtensionBlacklist[] =
"safebrowsing-disable-extension-blacklist";
-// Disables safebrowsing feature that provides a side-effect free whitelist.
-const char kSbDisableSideEffectFreeWhitelist[] =
- "safebrowsing-disable-side-effect-free-whitelist";
-
// Causes the process to run as a service process.
const char kServiceProcess[] = "service";

Powered by Google App Engine
This is Rietveld 408576698