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

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

Issue 9580003: Rename URLFetcherImpl::Core::TempFileWriter to FileWriter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Additional format fix 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 1ba8b536f15a957cb3fdc8225305f726d26d5fbc..47e97f5c88bdd2e6d379e9d5045fbd8afcba86fe 100644
--- a/content/common/net/url_fetcher_impl.h
+++ b/content/common/net/url_fetcher_impl.h
@@ -83,7 +83,7 @@ class CONTENT_EXPORT URLFetcherImpl : public content::URLFetcher{
// How should the response be stored?
enum ResponseDestinationType {
STRING, // Default: In a std::string
- TEMP_FILE // Write to a temp file
+ FILE // Write to a file
};
// Returns the delegate.
« 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