Index: content/common/net/url_fetcher_impl.h |
diff --git a/content/common/net/url_fetcher_impl.h b/content/common/net/url_fetcher_impl.h |
index 47e97f5c88bdd2e6d379e9d5045fbd8afcba86fe..2b3a4a982646230363b6aa355537f9628943f5b2 100644 |
--- a/content/common/net/url_fetcher_impl.h |
+++ b/content/common/net/url_fetcher_impl.h |
@@ -55,6 +55,9 @@ class CONTENT_EXPORT URLFetcherImpl : public content::URLFetcher{ |
virtual void SetMaxRetries(int max_retries) OVERRIDE; |
virtual int GetMaxRetries() const OVERRIDE; |
virtual base::TimeDelta GetBackoffDelay() const OVERRIDE; |
+ virtual void SaveResponseToFile( |
+ const FilePath& file_path, |
+ scoped_refptr<base::MessageLoopProxy> file_message_loop_proxy) OVERRIDE; |
kuan
2012/03/06 02:01:33
can u add stop_caching boolean as a parameter?
oth
willchan no longer on Chromium
2012/03/06 02:33:04
What caching are you talking about? Browser cachin
|
virtual void SaveResponseToTemporaryFile( |
scoped_refptr<base::MessageLoopProxy> file_message_loop_proxy) OVERRIDE; |
virtual net::HttpResponseHeaders* GetResponseHeaders() const OVERRIDE; |