| Index: components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java
 | 
| diff --git a/components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java b/components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java
 | 
| deleted file mode 100644
 | 
| index 7b15534c7c5974ea300627b287ec3c63a8a4203e..0000000000000000000000000000000000000000
 | 
| --- a/components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java
 | 
| +++ /dev/null
 | 
| @@ -1,20 +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;
 | 
| -
 | 
| -import java.io.IOException;
 | 
| -
 | 
| -/**
 | 
| - * Exception returned if a {@code HttpUrlRequest} attempts to download a
 | 
| - * response that exceeds the user-specified limit.
 | 
| - * @deprecated This is no longer used in the async API.
 | 
| - * {@hide as it's deprecated}
 | 
| - */
 | 
| -@SuppressWarnings("serial")
 | 
| -@Deprecated
 | 
| -public class ResponseTooLargeException extends IOException {
 | 
| -    public ResponseTooLargeException() {
 | 
| -    }
 | 
| -}
 | 
| 
 |