| 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 7fd6de4b1f4bce0a002dc43d18d4564e24128d7b..cd5f9b4278188d12debd88d7bacebfae625e1a25 100644
|
| --- a/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
|
| +++ b/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
|
| @@ -51,6 +51,12 @@ public class CustomTabsIntent {
|
| public static final String KEY_ICON = "android.support.customtabs.customaction.ICON";
|
|
|
| /**
|
| + * Key that specifies the content description for the custom action button.
|
| + */
|
| + public static final String KEY_DESCRIPTION =
|
| + "android.support.customtabs.customaction.DESCRIPTION";
|
| +
|
| + /**
|
| * Key that specifies the PendingIntent to launch when the action button or menu item was
|
| * clicked. The custom tab will be calling {@link PendingIntent#send()} on clicks after adding
|
| * the url as data. The client app can call {@link Intent#getDataString()} to get the url.
|
|
|