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

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: string change 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 7cd9088c635a1dfb9acb32a3d9e702f251b62359..c4664b3a8c5d668f525c623fd695b1e623abb718 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -589,6 +589,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