Chromium Code Reviews| 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 |