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

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

Issue 2267173003: Remove deprecated UrlRequestContextConfig & HttpUrlRequestFactoryConfig (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + addressed commnents 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
Index: components/cronet/android/api/src/org/chromium/net/UrlRequestContextConfig.java
diff --git a/components/cronet/android/api/src/org/chromium/net/UrlRequestContextConfig.java b/components/cronet/android/api/src/org/chromium/net/UrlRequestContextConfig.java
deleted file mode 100644
index 2ecc2c411b01f8a3f45e12c4dd1f883cad364648..0000000000000000000000000000000000000000
--- a/components/cronet/android/api/src/org/chromium/net/UrlRequestContextConfig.java
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.net;
-
-/**
- * A config for CronetEngine, which allows runtime configuration of
- * CronetEngine.
- * @deprecated use {@link CronetEngine.Builder} instead.
- */
-@Deprecated
-public class UrlRequestContextConfig extends CronetEngine.Builder {
- public UrlRequestContextConfig() {
- // Context will be passed in later when the ChromiumUrlRequestFactory
- // or ChromiumUrlRequestContext is created.
- super(null);
- }
-}

Powered by Google App Engine
This is Rietveld 408576698