| Index: customtabs/src/android/support/customtabs/ICustomTabsService.aidl
|
| diff --git a/customtabs/src/android/support/customtabs/ICustomTabsService.aidl b/customtabs/src/android/support/customtabs/ICustomTabsService.aidl
|
| index 2565928880e04cacfa6af3d45f06687cb60d677b..e53ca84e234a5926febd4defd9859a45366f06ab 100644
|
| --- a/customtabs/src/android/support/customtabs/ICustomTabsService.aidl
|
| +++ b/customtabs/src/android/support/customtabs/ICustomTabsService.aidl
|
| @@ -32,4 +32,5 @@ interface ICustomTabsService {
|
| boolean mayLaunchUrl(in ICustomTabsCallback callback, in Uri url,
|
| in Bundle extras, in List<Bundle> otherLikelyBundles) = 3;
|
| Bundle extraCommand(String commandName, in Bundle args) = 4;
|
| + boolean updateVisuals(in ICustomTabsCallback callback, in Bundle bundle) = 5;
|
| }
|
|
|