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

Unified Diff: chrome/app/generated_resources.grd

Issue 2695493002: [Mac] Touch Bar support for default browser window state (Closed)
Patch Set: Rebased Created 3 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:
Download patch
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | chrome/app/vector_icons/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 850b9edeea378ef24efb34febd290d3cda79d9ac..89bde796c1b039362702590c1ca4f7bc54c592e2 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1927,6 +1927,15 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
</if>
</if>
+ <!-- Touch Bar-->
+ <if expr="is_macosx">
+ <message name="IDS_TOUCH_BAR_SEARCH"
+ desc="Text for the search button in the touch bar. Pressing the button will bring focus to the omnibox.">
+ Search or type URL
+ </message>
+
+ </if>
+
<!-- Remove in-progress downloads confirmation dialog -->
<if expr="not is_macosx">
<message name="IDS_DOWNLOAD_REMOVE_CONFIRM_TITLE" desc="Title of the dialog asking for user confirmation to close the browser or the last incognito window when one or more downloads are in progress. If necessary, add '#' for plural cases. [ICU Syntax]">
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | chrome/app/vector_icons/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698