| Index: base/files/scoped_temp_dir.h
|
| diff --git a/base/files/scoped_temp_dir.h b/base/files/scoped_temp_dir.h
|
| index a5aaf84362b7fd65e219092514ec54e7eec3eecf..440c565c74f700107036ca481dc281fb8533e600 100644
|
| --- a/base/files/scoped_temp_dir.h
|
| +++ b/base/files/scoped_temp_dir.h
|
| @@ -54,6 +54,10 @@ class BASE_EXPORT ScopedTempDir {
|
| // Returns true if path_ is non-empty and exists.
|
| bool IsValid() const;
|
|
|
| + // Returns the prefix used for temp directory names generated by
|
| + // ScopedTempDirs.
|
| + static const FilePath::CharType* GetTempDirPrefix();
|
| +
|
| private:
|
| FilePath path_;
|
|
|
|
|