Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2758)

Unified Diff: components/cronet/android/cronet_impl_platform_proguard.cfg

Issue 2660963002: Cronet: a framework to provide alternative Cronet implementations (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/cronet/android/cronet_impl_platform_proguard.cfg
diff --git a/components/cronet/android/cronet_impl_platform_proguard.cfg b/components/cronet/android/cronet_impl_platform_proguard.cfg
index 3e9d42c7263cba2873a171d2bd8c8637e45f22ca..eb53058082b462004be197599e070ba348705cc0 100644
--- a/components/cronet/android/cronet_impl_platform_proguard.cfg
+++ b/components/cronet/android/cronet_impl_platform_proguard.cfg
@@ -1,7 +1,6 @@
# Proguard config for apps that depend on cronet_impl_platform_java.jar.
-# This constructor is called using the reflection from the Cronet common
-# implementation (cronet_impl_platform_java.jar).
--keep class org.chromium.net.impl.JavaCronetEngine {
- public <init>(java.lang.String);
+# This constructor is called using the reflection from Cronet API (cronet_api.jar).
+-keep class org.chromium.net.impl.JavaCronetProvider {
+ public <init>(android.content.Context);
}

Powered by Google App Engine
This is Rietveld 408576698