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

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

Issue 1954363002: Start using the third_party/custom_tabs_client as support lib source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 years, 7 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/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
index 0ad1da1c9d64af01aebe46b774d6a6e5bf5397bc..6b6d78378e29d80fcc8760f1b8830e91c90e6178 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
@@ -7,7 +7,7 @@ package org.chromium.chrome.browser.customtabs;
import android.app.PendingIntent;
import android.content.Intent;
import android.graphics.Bitmap;
-import android.os.IBinder;
+import android.support.customtabs.CustomTabsSessionToken;
import android.widget.RemoteViews;
import org.chromium.content_public.browser.LoadUrlParams;
@@ -30,7 +30,7 @@ public interface CustomTabContentHandler {
/**
* @return The session this {@link CustomTabContentHandler} is associated with.
*/
- IBinder getSession();
+ CustomTabsSessionToken getSession();
/**
* Check whether an intent is valid or should be ignored within this content handler.

Powered by Google App Engine
This is Rietveld 408576698