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

Unified Diff: chrome/common/chrome_switches.cc

Issue 769153007: Managed bookmarks for supervised users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 63849686f65b541af16adc162d34dae2e8f5bbcc..72622a582677aa50b2caefa9847525ece0fe6ace 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -613,6 +613,10 @@ const char kEnableSuggestionsService[] = "enable-suggestions-service";
const char kEnableSupervisedUserBlacklist[] =
"enable-supervised-user-blacklist";
+// Enables the supervised user managed bookmarks folder.
+const char kEnableSupervisedUserManagedBookmarksFolder[] =
+ "enable-supervised-user-managed-bookmarks-folder";
+
// Enables SafeSites filtering for supervised users.
const char kEnableSupervisedUserSafeSites[] =
"enable-supervised-user-safesites";

Powered by Google App Engine
This is Rietveld 408576698