summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 30f5b36..fa17dd0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1230,6 +1230,10 @@ 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";
+
// Enables or disables extension scripts badges in the location bar.
const char kScriptBadges[] = "script-badges";