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

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: all Created 3 years, 6 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 a96d88844c84626b5f93bbb689198eccb86087b9..d68ef8b6766d1c382bab81cf76195b1227206650 100644
--- a/content/shell/browser/layout_test/blink_test_controller.h
+++ b/content/shell/browser/layout_test/blink_test_controller.h
@@ -194,6 +194,8 @@ class BlinkTestController : public WebContentsObserver,
static BlinkTestController* instance_;
+ Shell* SecondaryWindow();
+ void LoadDevToolsJSTest();
void DiscardMainWindow();
// Message handlers.
@@ -232,6 +234,7 @@ class BlinkTestController : public WebContentsObserver,
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