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

Unified Diff: chrome/android/java/proguard.flags

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
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/src/android/support/customtabs/CustomTabsCallback.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/proguard.flags
diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
index 4998d3f40eccd5ea7f1b1f2147594ed0b294f16e..c1042542df96237e36b6d524d87d4528159b45bd 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -154,7 +154,7 @@
-dontnote org.chromium.chrome.browser.util.IntentUtils
# Needed to compile ChromeTest.apk
--keep class android.support.customtabs.ICustomTabsCallback** {
+-keep class android.support.customtabs.** {
*;
}
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/src/android/support/customtabs/CustomTabsCallback.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698