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

Unified Diff: chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/common.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/common.aidl
diff --git a/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/common.aidl b/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/common.aidl
index f3a0fc0cb423e008071a9aa83ed25ae4fa4f4853..4229472a37166ab121bb27eaf6620f243efda665 100644
--- a/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/common.aidl
+++ b/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/common.aidl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This file is needed to compile IBrowserConnectionService.aidl.
+// This file is needed to compile ICustomTabsConnectionService.aidl.
-interface org.chromium.chrome.browser.customtabs.IBrowserConnectionService;
-interface org.chromium.chrome.browser.customtabs.IBrowserConnectionCallback;
+interface org.chromium.chrome.browser.customtabs.ICustomTabsConnectionService;
+interface org.chromium.chrome.browser.customtabs.ICustomTabsConnectionCallback;

Powered by Google App Engine
This is Rietveld 408576698