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

Unified Diff: chrome/browser/download/save_file.cc

Issue 164537: Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: CommandLine fix Created 11 years, 4 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 | « chrome/browser/download/download_file.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_file.cc
===================================================================
--- chrome/browser/download/save_file.cc (revision 23574)
+++ chrome/browser/download/save_file.cc (working copy)
@@ -22,7 +22,7 @@
in_progress_(true) {
DCHECK(info);
DCHECK(info->path.empty());
- if (file_util::CreateTemporaryFileName(&full_path_))
+ if (file_util::CreateTemporaryFile(&full_path_))
Open("wb");
}
« no previous file with comments | « chrome/browser/download/download_file.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698