diff options
Diffstat (limited to 'base/scoped_temp_dir.h')
-rw-r--r-- | base/scoped_temp_dir.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/scoped_temp_dir.h b/base/scoped_temp_dir.h index a5dca1e..a0708dc3 100644 --- a/base/scoped_temp_dir.h +++ b/base/scoped_temp_dir.h @@ -26,7 +26,8 @@ class ScopedTempDir { bool CreateUniqueTempDir(); // Creates a unique directory under a given path, and takes ownership of it. - bool CreateUniqueTempDirUnderPath(const FilePath& path); + bool CreateUniqueTempDirUnderPath(const FilePath& path, + bool loose_permissions); // Takes ownership of directory at |path|, creating it if necessary. // Don't call multiple times unless Take() has been called first. |