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

Unified Diff: content/shell/webkit_test_runner.h

Issue 12282041: [content shell] implement pathToLocalResource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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_runner.h
diff --git a/content/shell/webkit_test_runner.h b/content/shell/webkit_test_runner.h
index 4583ea02bd57b208f202406333086a563d6c0f75..47611f28c41e0b8f4c02400c186986e1433ccfb3 100644
--- a/content/shell/webkit_test_runner.h
+++ b/content/shell/webkit_test_runner.h
@@ -122,6 +122,7 @@ class WebKitTestRunner : public RenderViewObserver,
static int window_count_;
base::FilePath current_working_directory_;
+ base::FilePath temp_path_;
::WebTestRunner::WebTestProxyBase* proxy_;

Powered by Google App Engine
This is Rietveld 408576698