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

Unified Diff: android_webview/apk/java/proguard.flags

Issue 2814593002: WebView: add {set,get}SafeBrowsingEnabled per WebView (Closed)
Patch Set: Add javatests Created 3 years, 8 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: android_webview/apk/java/proguard.flags
diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
index c4cf0a424c36fe1ffc28419eca6d0faa877490d1..13984ed0dd5f096a996514146db7a5b27ded97c6 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -16,6 +16,11 @@
public *;
}
+# TODO(ntfschr): remove this once Android O is released (crbug/706631)
sgurun-gerrit only 2017/04/11 00:38:52 I don't think you need to remove it. Just like the
Nate Fischer 2017/04/11 00:58:02 Done
+-keep class com.android.webview.chromium.ContentSettingsAdapter {
+ public *;
+}
+
-keep class com.android.webview.chromium.WebViewChromiumFactoryProviderFor* {
public *;
}

Powered by Google App Engine
This is Rietveld 408576698