| 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;
|
|
|
|
|