Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1438)

Unified Diff: content/browser/streams/stream.h

Issue 185663002: Pass http response headers to the streamsPrivate API callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698