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

Unified Diff: content/shell/webkit_test_controller.h

Issue 12282041: [content shell] implement pathToLocalResource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: content/shell/webkit_test_controller.h
diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h
index d5fe86259f8cfda9ff359dc6e5294c0a2c0e6cc7..7c7d78850f8bca6058083eb6fbe8cabc3e6dc8ae 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);
@@ -130,6 +132,7 @@ class WebKitTestController : public base::NonThreadSafe,
scoped_ptr<WebKitTestResultPrinter> printer_;
base::FilePath current_working_directory_;
+ base::FilePath temp_path_;
Shell* main_window_;

Powered by Google App Engine
This is Rietveld 408576698