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 cb33ff719187d87afe8cb516419cc95fa51af527..17f5f178d72f0a3ae011c05ed568954e601602ce 100644 |
--- a/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java |
+++ b/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java |
@@ -82,6 +82,11 @@ public class CustomTabsIntent { |
public static final String KEY_MENU_ITEM_TITLE = |
"android.support.customtabs.customaction.MENU_ITEM_TITLE"; |
+ public static final String EXTRA_RETURN = "android.support.customtabs.extra.UPDATE_RESULT"; |
+ |
+ public static final String METHOD_UPDATE_ACTION_BUTTON = |
+ "android.support.customtabs.function.updateActionButton"; |
+ |
/** |
* Bundle constructed out of {@link ActivityOptions} that will be running when the |
* {@link Activity} that holds the custom tab gets finished. A similar ActivityOptions |