Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Proguard config for apps that depends on cronet_impl_common_java.jar. | |
| 2 | |
| 3 # This constructor is called using the reflection from Cronet API (cronet_api.ja r). | |
| 4 -keep class org.chromium.net.impl.CronetEngineBuilderImpl { | |
| 5 public <init>(android.content.Context); | |
| 6 } | |
| OLD | NEW |