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

Unified Diff: components/bookmark_bar_strings.grdp

Issue 769153007: Managed bookmarks for supervised users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build (Android & unit_tests) Created 5 years, 10 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/bookmark_bar_strings.grdp
diff --git a/components/bookmark_bar_strings.grdp b/components/bookmark_bar_strings.grdp
index 28c748677a26ad8ffce82b923081fd006127e1f7..66279b4ada0fe99240e44986135f5c86c7643c21 100644
--- a/components/bookmark_bar_strings.grdp
+++ b/components/bookmark_bar_strings.grdp
@@ -37,6 +37,9 @@
<message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DEFAULT_NAME" desc="Name shown in the tree for the managed bookmarks folder, when the managed bookmarks don't come from a domain">
Managed bookmarks
</message>
+ <message name="IDS_BOOKMARK_BAR_SUPERVISED_FOLDER_DEFAULT_NAME" desc="Name shown in the tree for the managed bookmarks folder for supervised users.">
+ Parent suggestions
+ </message>
</if>
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the mobile bookmarks folder">
@@ -51,5 +54,8 @@
<message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DEFAULT_NAME" desc="In Title Case: Name shown in the tree for the managed bookmarks folder, when the managed bookmarks don't come from a domain">
Managed Bookmarks
</message>
+ <message name="IDS_BOOKMARK_BAR_SUPERVISED_FOLDER_DEFAULT_NAME" desc="In Title Case: Name shown in the tree for the managed bookmarks folder for supervised users.">
+ Parent Suggestions
+ </message>
</if>
</grit-part>
« no previous file with comments | « chrome/test/data/extensions/api_test/bookmarks/test.js ('k') | components/bookmarks/browser/bookmark_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698