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

Unified Diff: components/bookmarks/common/bookmark_pref_names.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: components/bookmarks/common/bookmark_pref_names.cc
diff --git a/components/bookmarks/common/bookmark_pref_names.cc b/components/bookmarks/common/bookmark_pref_names.cc
index 8ea30b2cc28f76e6b126ccb6340152291b488b92..fcf3e8bca3b84f00b45af540473b55dd94ea83b6 100644
--- a/components/bookmarks/common/bookmark_pref_names.cc
+++ b/components/bookmarks/common/bookmark_pref_names.cc
@@ -31,5 +31,9 @@ const char kShowManagedBookmarksInBookmarkBar[] =
// Boolean which specifies whether the bookmark bar is visible on all tabs.
const char kShowBookmarkBar[] = "bookmark_bar.show_on_all_tabs";
+// A list of bookmarks to include in a Supervised Bookmarks root node. Behaves
+// like kManagedBookmarks.
+const char kSupervisedBookmarks[] = "bookmarks.supervised_bookmarks";
+
} // namespace prefs
} // namespace bookmarks

Powered by Google App Engine
This is Rietveld 408576698