Index: content/shell/webkit_test_controller.h |
diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h |
index b544e7d02670db348d9bc661020405cb6369634d..619c7da1b45552d834dbd942341e03ff0c92ac60 100644 |
--- a/content/shell/webkit_test_controller.h |
+++ b/content/shell/webkit_test_controller.h |
@@ -88,6 +88,8 @@ class WebKitTestController : public base::NonThreadSafe, |
// True if the controller was reset successfully. |
bool ResetAfterLayoutTest(); |
+ void SetTempPath(const base::FilePath& temp_path); |
+ |
void RendererUnresponsive(); |
void OverrideWebkitPrefs(webkit_glue::WebPreferences* prefs); |
@@ -133,6 +135,7 @@ class WebKitTestController : public base::NonThreadSafe, |
scoped_ptr<WebKitTestResultPrinter> printer_; |
base::FilePath current_working_directory_; |
+ base::FilePath temp_path_; |
Shell* main_window_; |