Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2860)

Unified Diff: base/files/scoped_temp_dir.h

Issue 2893703002: Cleanup PreferenceMACs on browser_tests startup (Closed)
Patch Set: fix compile Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/files/scoped_temp_dir.cc » ('j') | chrome/test/base/chrome_test_launcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | base/files/scoped_temp_dir.cc » ('j') | chrome/test/base/chrome_test_launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698