diff options
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/file_util.h b/base/file_util.h index 66e450a..bd973b23 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -273,13 +273,8 @@ bool CreateNewTempDirectory(const FilePath::StringType& prefix, // Create a directory within another directory. // Extra characters will be appended to |prefix| to ensure that the // new directory does not have the same name as an existing directory. -// If |loosen_permissions| is true, the new directory will be readable -// and writable to all users on windows. It is ignored on other platforms. -// |loosen_permissions| exists to allow debugging of crbug/35198, and will -// be removed when the issue is understood. bool CreateTemporaryDirInDir(const FilePath& base_dir, const FilePath::StringType& prefix, - bool loosen_permissions, FilePath* new_dir); // Creates a directory, as well as creating any parent directories, if they |