| Index: chrome/android/java/src/android/support/customtabs/ICustomTabsService.aidl
|
| diff --git a/chrome/android/java/src/android/support/customtabs/ICustomTabsService.aidl b/chrome/android/java/src/android/support/customtabs/ICustomTabsService.aidl
|
| index dea7ef9986ae5d4b5d1a21022415855888cd9c0e..e2eeb981edab7b7271f3ce343ed92d0c1bcc2fb9 100644
|
| --- a/chrome/android/java/src/android/support/customtabs/ICustomTabsService.aidl
|
| +++ b/chrome/android/java/src/android/support/customtabs/ICustomTabsService.aidl
|
| @@ -19,4 +19,5 @@ interface ICustomTabsService {
|
| boolean newSession(in ICustomTabsCallback callback) = 2;
|
| boolean mayLaunchUrl(in ICustomTabsCallback callback, in Uri url,
|
| in Bundle extras, in List<Bundle> otherLikelyBundles) = 3;
|
| + Bundle extraCommand(String commandName, in Bundle args) = 4;
|
| }
|
|
|