| 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_;
|
|
|