| 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 cdb8682d5c512b87be4270aaeac9a532907044c7..327986da7beee3aa326bab01b199ce7579a41373 100644
|
| --- a/content/shell/browser/layout_test/blink_test_controller.h
|
| +++ b/content/shell/browser/layout_test/blink_test_controller.h
|
| @@ -267,6 +267,7 @@ class BlinkTestController : public base::NonThreadSafe,
|
| bool crash_when_leak_found_;
|
|
|
| LayoutTestDevToolsFrontend* devtools_frontend_;
|
| + std::unique_ptr<Shell> inspected_window_;
|
|
|
| std::unique_ptr<LayoutTestBluetoothChooserFactory> bluetooth_chooser_factory_;
|
|
|
|
|