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

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: rebaseline 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
« no previous file with comments | « no previous file | content/shell/browser/layout_test/blink_test_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 270ce4d3be57fc596b4bae027f64fa2790f4635c..657ab609ca5a0f0518f32af143a3f452e33621fd 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.
@@ -234,6 +236,7 @@ class BlinkTestController : public WebContentsObserver,
base::FilePath temp_path_;
Shell* main_window_;
+ Shell* secondary_window_;
Shell* devtools_window_;
std::unique_ptr<LayoutTestDevToolsBindings> devtools_bindings_;
« no previous file with comments | « no previous file | content/shell/browser/layout_test/blink_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698