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

Unified Diff: ash/common/devtools/ash_devtools_unittest.cc

Issue 2466073003: Push updates to inspector when windows are added, destroyed or reorganized (Closed)
Patch Set: Push updates to inspector when windows are added, destroyed or reorganized Created 4 years, 1 month 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: ash/common/devtools/ash_devtools_unittest.cc
diff --git a/ash/common/devtools/ash_devtools_unittest.cc b/ash/common/devtools/ash_devtools_unittest.cc
index 35e3ccf99693b63e48640c1990af9ba19c85bcb0..744f4e4822f0a085156d190ce0b854e01981646a 100644
--- a/ash/common/devtools/ash_devtools_unittest.cc
+++ b/ash/common/devtools/ash_devtools_unittest.cc
@@ -141,6 +141,8 @@ TEST_F(AshDevToolsTest, GetDocumentWithWindowWidgetView) {
Compare(
child_view,
widget_node->getChildren(nullptr)->get(0)->getChildren(nullptr)->get(1));
+ // TODO(mhashmi): Remove this call and mock FrontendChannel
+ dom_agent()->disable(nullptr);
}
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698