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

Issue 9752: Added CreateTemporaryFileName that takes a FilePath argument. (Closed)

Created:
12 years, 1 month ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Added CreateTemporaryFileName that takes a FilePath argument. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=5142

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -18 lines) Patch
M base/file_util.h View 1 chunk +3 lines, -2 lines 0 comments Download
M base/file_util.cc View 1 chunk +7 lines, -0 lines 1 comment Download
M base/file_util_posix.cc View 1 3 chunks +12 lines, -11 lines 0 comments Download
M base/file_util_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/file_util_win.cc View 1 1 chunk +8 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Evan Stade
12 years, 1 month ago (2008-11-10 22:40:58 UTC) #1
Evan Martin
http://codereview.chromium.org/9752/diff/1/2 File base/file_util_win.cc (right): http://codereview.chromium.org/9752/diff/1/2#newcode410 Line 410: bool CreateTemporaryFileName(std::wstring* temp_file) { Rather than defining this ...
12 years, 1 month ago (2008-11-10 22:56:22 UTC) #2
Evan Stade
http://codereview.chromium.org/9752/diff/1/2 File base/file_util_win.cc (right): http://codereview.chromium.org/9752/diff/1/2#newcode410 Line 410: bool CreateTemporaryFileName(std::wstring* temp_file) { On 2008/11/10 22:56:23, Evan ...
12 years, 1 month ago (2008-11-10 23:37:15 UTC) #3
Evan Martin
12 years, 1 month ago (2008-11-10 23:45:35 UTC) #4
LGTM

http://codereview.chromium.org/9752/diff/11/16
File base/file_util.cc (right):

http://codereview.chromium.org/9752/diff/11/16#newcode348
Line 348: if(!CreateTemporaryFileName(&temp_file_path))
space after if

Powered by Google App Engine
This is Rietveld 408576698