| 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..6967d9b8ce2f43d9e9266b9a25779af88f2872b0 100644
|
| --- a/base/files/scoped_temp_dir.h
|
| +++ b/base/files/scoped_temp_dir.h
|
| @@ -51,6 +51,9 @@ class BASE_EXPORT ScopedTempDir {
|
| // CreateUniqueTempDir* methods before getting the path.
|
| const FilePath& GetPath() const;
|
|
|
| + // Returns true if path_ is empty.
|
| + bool IsEmpty() const;
|
| +
|
| // Returns true if path_ is non-empty and exists.
|
| bool IsValid() const;
|
|
|
|
|