| Index: net/cronet/android/java/src/org/chromium/net/ResponseTooLargeException.java
|
| diff --git a/net/cronet/android/java/src/org/chromium/net/ResponseTooLargeException.java b/net/cronet/android/java/src/org/chromium/net/ResponseTooLargeException.java
|
| deleted file mode 100644
|
| index 230eeb319a422f5f787d2c379b215abe0d9a94ea..0000000000000000000000000000000000000000
|
| --- a/net/cronet/android/java/src/org/chromium/net/ResponseTooLargeException.java
|
| +++ /dev/null
|
| @@ -1,17 +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 {@link HttpUrlRequest} attempts to download a
|
| - * response that exceeds the user-specified limit.
|
| - */
|
| -@SuppressWarnings("serial")
|
| -public class ResponseTooLargeException extends IOException {
|
| - public ResponseTooLargeException() {
|
| - }
|
| -}
|
|
|