| 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";
|
|
|