Index: base/scoped_temp_dir.h |
=================================================================== |
--- base/scoped_temp_dir.h (revision 51236) |
+++ base/scoped_temp_dir.h (working copy) |
@@ -26,8 +26,7 @@ |
bool CreateUniqueTempDir(); |
// Creates a unique directory under a given path, and takes ownership of it. |
- bool CreateUniqueTempDirUnderPath(const FilePath& path, |
- bool loose_permissions); |
+ bool CreateUniqueTempDirUnderPath(const FilePath& path); |
// Takes ownership of directory at |path|, creating it if necessary. |
// Don't call multiple times unless Take() has been called first. |