Chromium Code Reviews| 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..571c9bc057a7e89db0289b4b8266d56226db740e 100644 |
| --- a/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java |
| +++ b/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java |
| @@ -92,6 +92,12 @@ public class CustomTabsIntent { |
| "android.support.customtabs.extra.EXIT_ANIMATION_BUNDLE"; |
| /** |
| + * Boolean that specifies whether a default share button will be shown in the menu. |
| + */ |
| + public static final String EXTRA_DEFAULT_SHARE_BUTTON = |
|
Yusuf
2015/12/16 07:40:05
default share menu item similarly in other places
|
| + "android.support.customtabs.extra.SHARE_BUTTON"; |
| + |
| + /** |
| * Convenience method to create a VIEW intent without a session for the given package. |
| * @param packageName The package name to set in the intent. |
| * @param data The data {@link Uri} to be used in the intent. |