Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Proguard config for apps that depends on cronet_impl_platform_java.jar. | |
| 2 | |
| 3 # This constructor is called using the reflection from the Cronet common | |
| 4 # implementation (cronet_impl_platform_java.jar). | |
| 5 -keep class org.chromium.net.impl.JavaCronetEngine { | |
| 6 public <init>(java.lang.String); | |
| 7 } | |
| OLD | NEW |