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

Unified Diff: base/file_util.h

Issue 132183007: Modify CopyFileUnsafe() on OSX to stop copying ACL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on ToT Created 6 years, 10 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_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_util.h
diff --git a/base/file_util.h b/base/file_util.h
index fbfe4d15f47d9df405c0e525653affa4a27451a5..8c37639d1cc1a8e0c51cbcff3c263d6a20c34a1b 100644
--- a/base/file_util.h
+++ b/base/file_util.h
@@ -98,8 +98,8 @@ BASE_EXPORT bool ReplaceFile(const FilePath& from_path,
// Copies a single file. Use CopyDirectory to copy directories.
// This function fails if either path contains traversal components ('..').
//
-// This function keeps the metadata on OSX and on Windows. The read only bit on
-// Windows is not kept.
+// This function keeps the metadata on Windows. The read only bit on Windows is
+// not kept.
BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path);
// Copies the given path, and optionally all subdirectories and their contents
« no previous file with comments | « no previous file | base/file_util_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698