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