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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.h

Issue 2837083003: DevTools: create test infrastructure so devtools drives the test (Closed)
Patch Set: Created 3 years, 8 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/browser/layout_test/blink_test_controller.h
diff --git a/content/shell/browser/layout_test/blink_test_controller.h b/content/shell/browser/layout_test/blink_test_controller.h
index d3f4eff788c74bf29c2734bd23be13b4791dbac7..05c300cc30dd3334ecc8256127b18b2b9fd9e9c6 100644
--- a/content/shell/browser/layout_test/blink_test_controller.h
+++ b/content/shell/browser/layout_test/blink_test_controller.h
@@ -195,6 +195,7 @@ class BlinkTestController : public base::NonThreadSafe,
static BlinkTestController* instance_;
+ void LoadDevToolsJSTest();
void DiscardMainWindow();
// Message handlers.
@@ -232,6 +233,7 @@ class BlinkTestController : public base::NonThreadSafe,
base::FilePath temp_path_;
Shell* main_window_;
+ Shell* secondary_window_;
Shell* devtools_window_;
std::unique_ptr<LayoutTestDevToolsBindings> devtools_bindings_;

Powered by Google App Engine
This is Rietveld 408576698