| Index: components/cronet/android/cronet_impl_native_proguard.cfg
|
| diff --git a/components/cronet/android/cronet_impl_native_proguard.cfg b/components/cronet/android/cronet_impl_native_proguard.cfg
|
| index 383cc0490a5770992e06e2dac8e3d5ff05b197c4..42ef15c64b4dafc76cacea1b0ac117178434ef5f 100644
|
| --- a/components/cronet/android/cronet_impl_native_proguard.cfg
|
| +++ b/components/cronet/android/cronet_impl_native_proguard.cfg
|
| @@ -2,6 +2,11 @@
|
|
|
| -keep class org.chromium.net.impl.CronetUrlRequest$HeadersList
|
|
|
| +# This constructor is called using the reflection from Cronet API (cronet_api.jar).
|
| +-keep class org.chromium.net.impl.NativeCronetProvider {
|
| + public <init>(android.content.Context);
|
| +}
|
| +
|
| # Suppress unnecessary warnings.
|
| -dontnote org.chromium.net.ProxyChangeListener$ProxyReceiver
|
| -dontnote org.chromium.net.AndroidKeyStore
|
|
|