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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2777283005: Add an experimental search widget (Closed)
Patch Set: Moved initialize to FinishNativeInitialization Created 3 years, 9 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: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 7d5c85312bc514823c37c8a72b65127bb2c7c5aa..ede4e279839479bb8d01d8a34ebb1a8de473202e 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2779,6 +2779,14 @@ You must have Bluetooth and Location turned on in order to use the Physical Web.
<message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context menu tab when the item pressed contains more than one type. This indicates that all the actions are related to a video.">
VIDEO
</message>
+
+ <!-- Search Widget strings -->
+ <message name="IDS_SEARCH_WIDGET_DEFAULT" desc= "Default text for the search widget">
+ Search
+ </message>
+ <message name="IDS_SEARCH_WITH_PRODUCT" desc= "Text for search widget with a search engine name">
+ Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698