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

Unified Diff: base/file_util.h

Issue 8128: Make sure it's possible to download to a network share.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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 | base/file_util_win.cc » ('j') | base/file_util_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_util.h
===================================================================
--- base/file_util.h (revision 3832)
+++ base/file_util.h (working copy)
@@ -346,8 +346,8 @@
DISALLOW_EVIL_CONSTRUCTORS(FileEnumerator);
};
-// Renames a file using the MoveFileEx API and ensures that the target file gets
-// the correct security descriptor in the new path.
+// Renames a file using the SHFileOperation API to ensures that the target file
Paul Godavari 2008/10/25 00:42:16 'ensure'
+// gets the correct default security descriptor in the new path.
bool RenameFileAndResetSecurityDescriptor(
const std::wstring& source_file_path,
const std::wstring& target_file_path);
« no previous file with comments | « no previous file | base/file_util_win.cc » ('j') | base/file_util_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698