Managed bookmarks for supervised users.
Design doc: https://docs.google.com/document/d/1Ms5wHyGtVzdH0MOF46olgnTj4k9opQGYzMSrk-LJckM
Based on fhorschig's https://chromereviews.googleplex.com/108977013/
BUG=443606
Review URL: https://codereview.chromium.org/769153007
Cr-Commit-Position: refs/heads/master@{#315289}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 4347a84..0101b9e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1127,6 +1127,13 @@
switches::kDisableSupervisedUserBlacklist)
},
{
+ "enable-supervised-user-managed-bookmarks-folder",
+ IDS_FLAGS_ENABLE_SUPERVISED_USER_MANAGED_BOOKMARKS_FOLDER_NAME,
+ IDS_FLAGS_ENABLE_SUPERVISED_USER_MANAGED_BOOKMARKS_FOLDER_DESCRIPTION,
+ kOsAndroid | kOsMac | kOsWin | kOsLinux | kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kEnableSupervisedUserManagedBookmarksFolder)
+ },
+ {
"enable-supervised-user-safesites",
IDS_FLAGS_ENABLE_SUPERVISED_USER_SAFESITES_NAME,
IDS_FLAGS_ENABLE_SUPERVISED_USER_SAFESITES_DESCRIPTION,