| Index: components/cronet/android/api/src/org/chromium/net/HttpUrlRequestFactoryConfig.java
|
| diff --git a/components/cronet/android/api/src/org/chromium/net/HttpUrlRequestFactoryConfig.java b/components/cronet/android/api/src/org/chromium/net/HttpUrlRequestFactoryConfig.java
|
| deleted file mode 100644
|
| index 6f7c15881dbf512ff9a89a23217a074399dcf32f..0000000000000000000000000000000000000000
|
| --- a/components/cronet/android/api/src/org/chromium/net/HttpUrlRequestFactoryConfig.java
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright 2014 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 HttpUrlRequestFactory, which allows runtime configuration of
|
| - * HttpUrlRequestFactory.
|
| - * @deprecated Use {@link CronetEngine.Builder} instead.
|
| - */
|
| -@Deprecated
|
| -public class HttpUrlRequestFactoryConfig extends UrlRequestContextConfig {
|
| -
|
| - /**
|
| - * Default config enables SPDY, QUIC, in memory http cache.
|
| - */
|
| - public HttpUrlRequestFactoryConfig() {
|
| - super();
|
| - }
|
| -}
|
|
|