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

Unified Diff: base/files/file_util_win.cc

Issue 2803563008: Remove unnecessary comments in base/files/file_util_win.cc (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/files/file_util_win.cc
diff --git a/base/files/file_util_win.cc b/base/files/file_util_win.cc
index 30749906b7f68fd01a46061fa48b6dc40ca519fd..294726a8279089098c812fff6c35738d6dd65660 100644
--- a/base/files/file_util_win.cc
+++ b/base/files/file_util_win.cc
@@ -364,7 +364,6 @@ bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) {
}
}
- // Exist early if we can't create an unique name.
if (!create_file_success) {
DPLOG(WARNING) << "Failed to get temporary file name in "
<< UTF16ToUTF8(dir.value());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698