Index: customtabs/src/android/support/customtabs/ICustomTabsCallback.aidl |
diff --git a/customtabs/src/android/support/customtabs/ICustomTabsCallback.aidl b/customtabs/src/android/support/customtabs/ICustomTabsCallback.aidl |
index 32b6e9b44be98d930ba2f7fd60728362d7b00100..3e2c48c216ac51896a7ee1700561abad3dc785ba 100644 |
--- a/customtabs/src/android/support/customtabs/ICustomTabsCallback.aidl |
+++ b/customtabs/src/android/support/customtabs/ICustomTabsCallback.aidl |
@@ -27,4 +27,5 @@ interface ICustomTabsCallback { |
void extraCallback(String callbackName, in Bundle args) = 2; |
void onMessageChannelReady(in Bundle extras) = 3; |
void onPostMessage(String message, in Bundle extras) = 4; |
+ void onRelationshipValidationResult(int relation, in Uri origin, boolean result, in Bundle extras) = 5; |
} |