Index: net/url_request/url_fetcher_core.h |
diff --git a/net/url_request/url_fetcher_core.h b/net/url_request/url_fetcher_core.h |
index fe10f1516c2a9b01d562444b84cd8b5cd577b77d..b266ff3a042264ce8a0232df3972d6c1bab69874 100644 |
--- a/net/url_request/url_fetcher_core.h |
+++ b/net/url_request/url_fetcher_core.h |
@@ -100,6 +100,8 @@ class URLFetcherCore |
scoped_refptr<base::TaskRunner> file_task_runner); |
void SaveResponseToTemporaryFile( |
scoped_refptr<base::TaskRunner> file_task_runner); |
+ void SaveResponseWithWriter( |
+ scoped_ptr<URLFetcherResponseWriter> response_writer); |
HttpResponseHeaders* GetResponseHeaders() const; |
HostPortPair GetSocketAddress() const; |
bool WasFetchedViaProxy() const; |