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

Unified Diff: components/bookmarks/common/bookmark_pref_names.h

Issue 307993005: Enable the ManagedBookmarks policy on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/bookmarks/common/bookmark_pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/common/bookmark_pref_names.h
diff --git a/components/bookmarks/common/bookmark_pref_names.h b/components/bookmarks/common/bookmark_pref_names.h
index 3cc3280ff3ff9db71a1b6a05995629cb9f6cc094..5474e0a25ca2f293823497652c0b3a754cf85381 100644
--- a/components/bookmarks/common/bookmark_pref_names.h
+++ b/components/bookmarks/common/bookmark_pref_names.h
@@ -10,9 +10,10 @@
namespace prefs {
extern const char kBookmarkEditorExpandedNodes[];
-extern const char kShowBookmarkBar[];
extern const char kEditBookmarksEnabled[];
+extern const char kManagedBookmarks[];
extern const char kShowAppsShortcutInBookmarkBar[];
+extern const char kShowBookmarkBar[];
} // namespace prefs
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/bookmarks/common/bookmark_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698