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

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

Issue 1345043002: Update access info when an offline page is being visited (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address more feedback Created 5 years, 3 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/proguard.flags
diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
index 4abd828e9dfb17b9ffed879a22d17450d305e9c4..79df662ea2e32baad0cda91121ad66d27ccf6687 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -134,3 +134,9 @@
-keep class android.support.customtabs.ICustomTabsCallback** {
*;
}
+
+#-keep public class android.net.http.SslCertificate
newt (away) 2015/09/23 21:52:56 why this change? remove this.
jianli 2015/09/23 23:21:07 Sorry, this is to work around my local build probl
+#-keep public class android.webkit.WebVie
+
+#-dontwarn android.webkit.WebView
+-dontwarn android.net.http.SslCertificate

Powered by Google App Engine
This is Rietveld 408576698