| 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
|
|
|