| Index: components/cronet/android/cronet_impl_common_proguard.cfg
|
| diff --git a/components/cronet/android/cronet_impl_common_proguard.cfg b/components/cronet/android/cronet_impl_common_proguard.cfg
|
| index a4ecdcd3f588518b21c9fd9c8c443ab8f9e89042..c297d98145aa4f9c93b2c7a4bd2b1d1c8387ce63 100644
|
| --- a/components/cronet/android/cronet_impl_common_proguard.cfg
|
| +++ b/components/cronet/android/cronet_impl_common_proguard.cfg
|
| @@ -1,8 +1,8 @@
|
| # Proguard config for apps that depend on cronet_impl_common_java.jar.
|
|
|
| # This constructor is called using the reflection from Cronet API (cronet_api.jar).
|
| --keep class org.chromium.net.impl.CronetEngineBuilderImpl {
|
| - public <init>(android.content.Context);
|
| +-keep class org.chromium.net.impl.DefaultCronetImplProvider {
|
| + public <init>();
|
| }
|
|
|
| # This class should be explicitly kept to avoid failure if
|
|
|