| Index: base/scoped_temp_dir.h
|
| diff --git a/base/scoped_temp_dir.h b/base/scoped_temp_dir.h
|
| index c24891dbb0afad7552f2065685d2f11d2f7dca78..702c2bc8b6a031b504032be52141f48df4569378 100644
|
| --- a/base/scoped_temp_dir.h
|
| +++ b/base/scoped_temp_dir.h
|
| @@ -27,8 +27,7 @@ class ScopedTempDir {
|
| 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.
|
|
|