| Index: components/cronet/android/test/proguard.cfg
|
| diff --git a/components/cronet/android/test/proguard.cfg b/components/cronet/android/test/proguard.cfg
|
| index 335913149a83c06b48cde82a591b14846457a9b0..6b5ce51a0d67baab38b6d19f895f8db276dcbd8f 100644
|
| --- a/components/cronet/android/test/proguard.cfg
|
| +++ b/components/cronet/android/test/proguard.cfg
|
| @@ -8,9 +8,6 @@
|
| -keep class org.chromium.net.smoke.ChromiumNativeTestSupport
|
| -keep class org.chromium.net.smoke.ChromiumPlatformOnlyTestSupport
|
|
|
| -# TODO(jbudorick): Remove when crbug.com/488192 is fixed.
|
| --dontwarn org.apache.http.**
|
| -
|
| -dontwarn android.support.test.runner.MonitoringInstrumentation
|
|
|
| # Do not obfuscate this class for testing since some of the tests check the class
|
| @@ -22,4 +19,4 @@
|
| # NOTE: make sure that only test classes are added to this list.
|
| -keep class org.chromium.base.test.util.**
|
| -keep class org.chromium.net.TestFilesInstaller
|
| --keep class org.chromium.net.MetricsTestUtil
|
| +-keep class org.chromium.net.MetricsTestUtil
|
|
|