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

Unified Diff: components/cronet/android/api/src/org/chromium/net/CronetEngine.java

Issue 2296793002: Undeprecate CronetEngine.Builder#enableLegacyMode (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/api/src/org/chromium/net/CronetEngine.java
diff --git a/components/cronet/android/api/src/org/chromium/net/CronetEngine.java b/components/cronet/android/api/src/org/chromium/net/CronetEngine.java
index a1e9b0493e810bd72125781d582f55534a8228d4..81dba05f59bed9974986a59eae9b6106d70f9c22 100644
--- a/components/cronet/android/api/src/org/chromium/net/CronetEngine.java
+++ b/components/cronet/android/api/src/org/chromium/net/CronetEngine.java
@@ -218,10 +218,7 @@ public abstract class CronetEngine {
* falls back to an implementation based on the system's
* {@link java.net.HttpURLConnection} implementation.
* @return the builder to facilitate chaining.
- * @deprecated Not supported by the new API.
- * @hide
*/
- @Deprecated
public Builder enableLegacyMode(boolean value) {
mLegacyModeEnabled = value;
return this;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698