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

Unified Diff: chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java

Issue 1591053003: Fix to bottom bar behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test Created 4 years, 11 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 | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomButtonParams.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
diff --git a/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java b/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
index e8ad81d7b464ac35bd6e8c5bde04ef43fb686998..952be0d5ec238cb906eee830ad812ac3d1189ef5 100644
--- a/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
+++ b/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
@@ -58,6 +58,14 @@ public class CustomTabsIntent {
"android.support.customtabs.extra.ACTION_BUTTON_BUNDLE";
/**
+ * List<Bundle> used for adding items to the top and bottom action bars. The client should
+ * provide an ID, a description, an icon {@link Bitmap} for each item. They may also provide a
+ * {@link PendingIntent} if the item is a button.
+ */
+ public static final String EXTRA_ACTION_BAR_ITEMS =
+ "android.support.customtabs.extra.ACTION_BAR_ITEMS";
+
+ /**
* Key that specifies the {@link Bitmap} to be used as the image source for the action button.
*/
public static final String KEY_ICON = "android.support.customtabs.customaction.ICON";
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomButtonParams.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698