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

Unified Diff: content/public/android/java/src/org/chromium/content/app/AppResource.java

Issue 10832284: Upstream ContentView contentDescription (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/app/AppResource.java
diff --git a/content/public/android/java/src/org/chromium/content/app/AppResource.java b/content/public/android/java/src/org/chromium/content/app/AppResource.java
index d2fd29d18b2f81f68458b40e680306f61778fda0..fbf0568c643075c76d0b440d3ed7bdb0b285d103 100644
--- a/content/public/android/java/src/org/chromium/content/app/AppResource.java
+++ b/content/public/android/java/src/org/chromium/content/app/AppResource.java
@@ -57,6 +57,9 @@ public class AppResource {
/** String for the Web Search button in the action bar. */
public static int STRING_ACTION_BAR_WEB_SEARCH;
+ /** String for the Content View accessibility contentDescription. */
+ public static int STRING_CONTENT_VIEW_CONTENT_DESCRIPTION;
+
/** String for the Clear button in the date picker dialog. */
public static int STRING_DATE_PICKER_DIALOG_CLEAR;
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698