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

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

Issue 10828098: Upstreaming Select Action (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Brett's nits fixed Created 8 years, 5 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: 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 24720bc2e4328b0cc24108f00ad818c4c1d794aa..d2fd29d18b2f81f68458b40e680306f61778fda0 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
@@ -18,6 +18,12 @@ public class AppResource {
/** Dimension of the radius used in the link preview overlay. */
public static int DIMENSION_LINK_PREVIEW_OVERLAY_RADIUS;
+ /** Drawable icon resource for the Share button in the action bar. */
+ public static int DRAWABLE_ICON_ACTION_BAR_SHARE;
+
+ /** Drawable icon resource for the Web Search button in the action bar. */
+ public static int DRAWABLE_ICON_ACTION_BAR_WEB_SEARCH;
+
/** Drawable resource for the link preview popup overlay. */
public static int DRAWABLE_LINK_PREVIEW_POPUP_OVERLAY;
@@ -45,6 +51,12 @@ public class AppResource {
/** Layout of the month picker dialog. */
public static int LAYOUT_MONTH_PICKER_DIALOG;
+ /** String for the Share button in the action bar. */
+ public static int STRING_ACTION_BAR_SHARE;
+
+ /** String for the Web Search button in the action bar. */
+ public static int STRING_ACTION_BAR_WEB_SEARCH;
+
/** String for the Clear button in the date picker dialog. */
public static int STRING_DATE_PICKER_DIALOG_CLEAR;
« no previous file with comments | « content/content_jni.gypi ('k') | content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698