Index: content/browser/loader/stream_resource_handler.h |
diff --git a/content/browser/loader/stream_resource_handler.h b/content/browser/loader/stream_resource_handler.h |
index 719c30bceb67764f22af2c02af8f69e8debf5758..9f69994b238790dae89ec2e18ce3c5fe0531e976 100644 |
--- a/content/browser/loader/stream_resource_handler.h |
+++ b/content/browser/loader/stream_resource_handler.h |
@@ -47,8 +47,7 @@ class StreamResourceHandler : public ResourceHandler { |
// Create a new buffer to store received data. |
bool OnWillRead(scoped_refptr<net::IOBuffer>* buf, |
- int* buf_size, |
- int min_size) override; |
+ int* buf_size) override; |
// A read was completed, forward the data to the Stream. |
void OnReadCompleted(int bytes_read, |