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

Unified Diff: chrome/common/chrome_switches.cc

Issue 371063: Integrate BlacklistManager with Profile. (Closed)
Patch Set: trybot fixes Created 11 years, 1 month 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f15b10539edddfaf01097656da152c1adbab1815..9b310bcd731f0a029d6596b3bcf9ca994e3e8a6e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -215,6 +215,9 @@ const char kEnableNativeWebWorkers[] = "enable-native-web-workers";
// Enable AutoFill++.
const char kEnableNewAutoFill[] = "enable-new-autofill";
+// Enable Privacy Blacklists.
+const char kEnablePrivacyBlacklists[] = "enable-privacy-blacklists";
+
// Enable remote web font support. SVG font should always work whether
// this option is specified or not.
const char kEnableRemoteFonts[] = "enable-remote-fonts";
@@ -428,10 +431,6 @@ const char kPluginStartupDialog[] = "plugin-startup-dialog";
// Prints the pages on the screen.
const char kPrint[] = "print";
-// Enables the Privacy Blacklist with the specified data file.
-// The file contains data from all imported blacklists.
-const char kPrivacyBlacklist[] = "privacy-blacklist";
-
// Runs a single process for each site (i.e., group of pages from the same
// registered domain) the user visits. We default to using a renderer process
// for each site instance (i.e., group of pages from the same registered
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698