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

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

Issue 669723003: [Android] Move setting of contentDescription out from content/ layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nit Created 6 years, 2 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 050ed82f226e6fa0bd58e7eed90bffefe0f9d906..3092d1ab9840ef0dcaff6650513233d51aa30b98 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -262,6 +262,9 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_ACCESSIBILITY_MENU_BACK" desc="Content description for the backard navigation button.">
Go back
</message>
+ <message name="IDS_ACCESSIBILITY_CONTENT_VIEW" desc="Content description for the content view that holds the web contents [CHAR-LIMIT=30]">
+ Web View
+ </message>
<!-- ContextMenu -->
<message name="IDS_CONTEXTMENU_OPEN_IN_NEW_TAB" desc="Context sensitive menu item to open the selected link in a new tab. [CHAR-LIMIT=30]">
Open in new tab

Powered by Google App Engine
This is Rietveld 408576698