| 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);
|
| - }
|
| -}
|
|
|