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

Unified Diff: content/common/net/url_fetcher_impl.h

Issue 9585009: Add URLFetcher::SaveResponseToFileAtPath (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 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
« no previous file with comments | « no previous file | content/common/net/url_fetcher_impl.cc » ('j') | content/common/net/url_fetcher_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | content/common/net/url_fetcher_impl.cc » ('j') | content/common/net/url_fetcher_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698