diff options
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/base/file_util.h b/base/file_util.h index 7825d5b..553f520 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -281,14 +281,6 @@ bool CreateTemporaryDirInDir(const FilePath& base_dir, // already exists. The directory is only readable by the current user. bool CreateDirectory(const FilePath& full_path); -#if defined(OS_WIN) -// Added for debugging an issue where CreateDirectory() fails. LOG(*) does -// not work, because the failure happens in a sandboxed process. -// TODO(skerner): Remove once crbug/35198 is resolved. -bool CreateDirectoryExtraLogging(const FilePath& full_path, - std::ostream& error); -#endif // defined (OS_WIN) - // Returns the file size. Returns true on success. bool GetFileSize(const FilePath& file_path, int64* file_size); |