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

Unified Diff: chrome/common/chrome_switches.cc

Issue 611233005: Supervised user blacklist: Make the cmdline flag an enable/disable type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix histograms.xml Created 6 years, 3 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('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 35d3d8b52cf4410f04b39b2da3ea7df1d08ae1a0..4886c0ddb38a956c26f3e2b73ac763b6d8f96999 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -346,6 +346,10 @@ const char kDisableSpdy31[] = "disable-spdy31";
// Disables the suggestions service.
const char kDisableSuggestionsService[] = "disable-suggestions-service";
+// Disables the supervised user host blacklist.
+const char kDisableSupervisedUserBlacklist[] =
+ "disable-supervised-user-blacklist";
+
// Disables syncing browser data to a Google Account.
const char kDisableSync[] = "disable-sync";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698