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

Unified Diff: demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java

Issue 1750963002: Update demo with features from support lib 23.2.0 (Closed) Base URL: https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-tabs-client@master
Patch Set: Fix comment on decoding Bitmpa on UI thread Created 4 years, 10 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: demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java
diff --git a/demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java b/demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java
index 3a6175dfcb855a0e4a230a7c3564ee42ced73e19..fcbe66d5d850abb0881492f6c6094122fd8268dc 100644
--- a/demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java
+++ b/demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java
@@ -15,10 +15,8 @@
package org.chromium.customtabsdemos;
import android.app.Activity;
-import android.content.ComponentName;
import android.net.Uri;
import android.os.Bundle;
-import android.support.annotation.NonNull;
import android.support.customtabs.CustomTabsClient;
import android.support.customtabs.CustomTabsIntent;
import android.support.customtabs.CustomTabsServiceConnection;
@@ -28,7 +26,6 @@ import org.chromium.customtabsclient.shared.CustomTabsHelper;
import org.chromium.customtabsclient.shared.ServiceConnection;
import org.chromium.customtabsclient.shared.ServiceConnectionCallback;
-import java.lang.ref.WeakReference;
import java.util.List;
/**

Powered by Google App Engine
This is Rietveld 408576698