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

Unified Diff: chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionService.aidl

Issue 1172753002: Rename CustomTabs service related classes and interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionService.aidl
diff --git a/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/IBrowserConnectionService.aidl b/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionService.aidl
similarity index 95%
rename from chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/IBrowserConnectionService.aidl
rename to chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionService.aidl
index 647b366b8ddbea2a8e0dc3f576f9dfdc5bf17bcc..7254281812124317fedfb2fe182b907dd8da525f 100644
--- a/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/IBrowserConnectionService.aidl
+++ b/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionService.aidl
@@ -9,7 +9,7 @@ import android.os.Bundle;
/**
* Interface for communicating between a browser background service and another application.
*/
-interface IBrowserConnectionService {
+interface ICustomTabsConnectionService {
/**
* Sets the callback triggered on an external navigation.
*
@@ -21,7 +21,7 @@ interface IBrowserConnectionService {
* @param callback Callback to be called, null if no callback is wanted.
* @return 0 for success.
*/
- long finishSetup(IBrowserConnectionCallback callback);
+ long finishSetup(ICustomTabsConnectionCallback callback);
/**
* Warms up the browser process.

Powered by Google App Engine
This is Rietveld 408576698