Index: content/browser/streams/stream.h |
diff --git a/content/browser/streams/stream.h b/content/browser/streams/stream.h |
index 3937f5b9e38d0dcfdd6bcaec65031fe85b0caf14..e439b72946d57bc6aee1a804ec18b72a348566c7 100644 |
--- a/content/browser/streams/stream.h |
+++ b/content/browser/streams/stream.h |
@@ -78,7 +78,8 @@ class CONTENT_EXPORT Stream : public base::RefCountedThreadSafe<Stream> { |
StreamState ReadRawData(net::IOBuffer* buf, int buf_size, int* bytes_read); |
scoped_ptr<StreamHandle> CreateHandle(const GURL& original_url, |
- const std::string& mime_type); |
+ const std::string& mime_type, |
+ const std::string& response_headers); |
void CloseHandle(); |
// Indicates whether there is space in the buffer to add more data. |