Chromium Code Reviews| 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..b5a4287aff7ab2a4d507551d00ddab26c0c45c0a 100644 |
| --- a/android_webview/apk/java/proguard.flags |
| +++ b/android_webview/apk/java/proguard.flags |
| @@ -16,6 +16,10 @@ |
| public *; |
| } |
| +-keep class com.android.webview.chromium.ContentSettingsAdapter { |
| + public *; |
| +} |
| + |
| -keep class com.android.webview.chromium.WebViewChromiumFactoryProviderFor* { |
| public *; |
| } |