Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(529)

Unified Diff: chrome/android/java/src/android/support/customtabs/ICustomTabsCallback.aidl

Issue 1261893002: customtabs: Allows CustomTabsConnection to be subclassed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Silence findbugs warning. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/android/support/customtabs/ICustomTabsService.aidl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/android/support/customtabs/ICustomTabsCallback.aidl
diff --git a/chrome/android/java/src/android/support/customtabs/ICustomTabsCallback.aidl b/chrome/android/java/src/android/support/customtabs/ICustomTabsCallback.aidl
index e9306cefced22095f18912fc40c64ba19786a02c..9aa8fa903aeb04a6887112a200c48d015de55d3c 100644
--- a/chrome/android/java/src/android/support/customtabs/ICustomTabsCallback.aidl
+++ b/chrome/android/java/src/android/support/customtabs/ICustomTabsCallback.aidl
@@ -12,4 +12,5 @@ import android.os.Bundle;
*/
oneway interface ICustomTabsCallback {
void onNavigationEvent(int navigationEvent, in Bundle extras) = 1;
+ void extraCallback(String callbackName, in Bundle args) = 2;
}
« no previous file with comments | « no previous file | chrome/android/java/src/android/support/customtabs/ICustomTabsService.aidl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698