Rename URLFetcherImpl::Core::TempFileWriter to FileWriter

URLFetcher is going to have a new method 'SaveResponseToFile'.
FileWriter is going to manage both temporary and ordinary files.

BUG=chromium-os:26971
TEST=content_unittests --gtest_filter="URLFetcher*"


Review URL: http://codereview.chromium.org/9580003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124846 0039d316-1c4b-4281-b951-d872f2087c98
parent bfc3c399
This diff is collapsed.
...@@ -83,7 +83,7 @@ class CONTENT_EXPORT URLFetcherImpl : public content::URLFetcher{ ...@@ -83,7 +83,7 @@ class CONTENT_EXPORT URLFetcherImpl : public content::URLFetcher{
// How should the response be stored? // How should the response be stored?
enum ResponseDestinationType { enum ResponseDestinationType {
STRING, // Default: In a std::string STRING, // Default: In a std::string
TEMP_FILE // Write to a temp file FILE // Write to a file
}; };
// Returns the delegate. // Returns the delegate.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment