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 b24b0ddf2e9b39b871e2aef466550c25f771a05a..376c2a4ccdbe020f1d5e177299d7a84b8405dbd0 100644 |
--- a/customtabs/src/android/support/customtabs/ICustomTabsService.aidl |
+++ b/customtabs/src/android/support/customtabs/ICustomTabsService.aidl |
@@ -36,4 +36,5 @@ interface ICustomTabsService { |
boolean updateVisuals(in ICustomTabsCallback callback, in Bundle bundle) = 5; |
boolean requestPostMessageChannel(in ICustomTabsCallback callback, in Uri postMessageOrigin) = 6; |
int postMessage(in ICustomTabsCallback callback, String message, in Bundle extras) = 7; |
+ boolean validateRelationship(in ICustomTabsCallback callback, int relation, in Uri origin, in Bundle extras) = 8; |
} |