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

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

Issue 2742623002: DevTools: improve test infrastructure w/ devtools driving the test (Closed)
Patch Set: fixup Created 3 years, 9 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 cdb8682d5c512b87be4270aaeac9a532907044c7..538dd080aa478eb3047ba93de865edab716326fd 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_;
+ Shell* inspected_window_;
dgozman 2017/03/10 00:17:17 Where do we clean this up? Or does it stay forever
std::unique_ptr<LayoutTestBluetoothChooserFactory> bluetooth_chooser_factory_;

Powered by Google App Engine
This is Rietveld 408576698