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

Unified Diff: components/cronet/android/test/src/org/chromium/net/NativeTestServer.java

Issue 2839413003: Delete Cronet Data Reduction Proxy integration (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « components/cronet/android/test/native_test_server.cc ('k') | components/cronet/ios/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/test/src/org/chromium/net/NativeTestServer.java
diff --git a/components/cronet/android/test/src/org/chromium/net/NativeTestServer.java b/components/cronet/android/test/src/org/chromium/net/NativeTestServer.java
index 37f8032e9786e4556e3835e6ee536b3315d0d09a..325cfcc7eef73f3d23165b450fc4f65a803af22f 100644
--- a/components/cronet/android/test/src/org/chromium/net/NativeTestServer.java
+++ b/components/cronet/android/test/src/org/chromium/net/NativeTestServer.java
@@ -91,10 +91,6 @@ public final class NativeTestServer {
return nativeGetHostPort();
}
- public static boolean isDataReductionProxySupported() {
- return nativeIsDataReductionProxySupported();
- }
-
private static native boolean nativeStartNativeTestServer(String filePath, String testDataDir);
private static native void nativeShutdownNativeTestServer();
private static native String nativeGetEchoBodyURL();
@@ -106,5 +102,4 @@ public final class NativeTestServer {
private static native String nativeGetExabyteResponseURL();
private static native String nativeGetHostPort();
private static native int nativeGetPort();
- private static native boolean nativeIsDataReductionProxySupported();
}
« no previous file with comments | « components/cronet/android/test/native_test_server.cc ('k') | components/cronet/ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698