Index: content/browser/download/download_request_core.h |
diff --git a/content/browser/download/download_request_core.h b/content/browser/download/download_request_core.h |
index aed9b60963aacca0556e31534cae65bd838d2ef4..4fc3f7536130719c20ec457d7ef11ca739ef15ea 100644 |
--- a/content/browser/download/download_request_core.h |
+++ b/content/browser/download/download_request_core.h |
@@ -70,8 +70,7 @@ class CONTENT_EXPORT DownloadRequestCore |
// URLRequest::Read(). Call OnReadCompleted() when the Read operation |
// completes. |
bool OnWillRead(scoped_refptr<net::IOBuffer>* buf, |
- int* buf_size, |
- int min_size); |
+ int* buf_size); |
// Used to notify DownloadRequestCore that the caller is about to abort the |
// outer request. |reason| will be used as the final interrupt reason when |