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

Unified Diff: chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/CustomTabIntentDataProvider.java

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/CustomTabIntentDataProvider.java
diff --git a/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/CustomTabIntentDataProvider.java b/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/CustomTabIntentDataProvider.java
index 647f3a5980567b07aad069425b00c19876471fca..4a54a3556fd4373cbe3c5221fc48147fff254f52 100644
--- a/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/CustomTabIntentDataProvider.java
+++ b/chrome/android/java_staging/src/org/chromium/chrome/browser/customtabs/CustomTabIntentDataProvider.java
@@ -41,7 +41,7 @@ public class CustomTabIntentDataProvider {
/**
* Extra used to match the session. This has to be included in the intent to open in
* a custom tab. Can be -1 if there is no session id taken. Its value is a long returned
- * by {@link IBrowserConnectionService#newSession}.
+ * by {@link ICustomTabsConnectionService#newSession}.
*/
public static final String EXTRA_CUSTOM_TABS_SESSION_ID =
"android.support.CUSTOM_TABS:session_id";

Powered by Google App Engine
This is Rietveld 408576698