| Index: components/cronet/android/test/proguard.cfg
|
| diff --git a/components/cronet/android/test/proguard.cfg b/components/cronet/android/test/proguard.cfg
|
| index 6b5ce51a0d67baab38b6d19f895f8db276dcbd8f..8beae8ec176dd6df3ff6fb666dde283bb2e192d9 100644
|
| --- a/components/cronet/android/test/proguard.cfg
|
| +++ b/components/cronet/android/test/proguard.cfg
|
| @@ -20,3 +20,6 @@
|
| -keep class org.chromium.base.test.util.**
|
| -keep class org.chromium.net.TestFilesInstaller
|
| -keep class org.chromium.net.MetricsTestUtil
|
| +
|
| +# A netty-tcnative class that is only called from the native code.
|
| +-keep class org.apache.tomcat.jni.CertificateRequestedCallback$KeyMaterial { *; }
|
|
|