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

Unified Diff: headless/lib/headless_devtools_client_browsertest.cc

Issue 2863953003: Headless: Remove obsolete Mojo code and some other obsolete APIs (Closed)
Patch Set: Created 3 years, 7 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: headless/lib/headless_devtools_client_browsertest.cc
diff --git a/headless/lib/headless_devtools_client_browsertest.cc b/headless/lib/headless_devtools_client_browsertest.cc
index 79c5495da9ff7b9727d339df63f7d8744f9f36f7..21028f28740e67fbd8c9ed9f9a65d885f8921798 100644
--- a/headless/lib/headless_devtools_client_browsertest.cc
+++ b/headless/lib/headless_devtools_client_browsertest.cc
@@ -1011,10 +1011,6 @@ class RawDevtoolsProtocolTest
"\"value\":2,\"description\":\"2\"}}}",
json_message);
- int frame_tree_node_id = 0;
- EXPECT_TRUE(web_contents_->GetFrameTreeNodeIdForDevToolsAgentHostId(
- devtools_agent_host_id, &frame_tree_node_id));
- EXPECT_NE(0, frame_tree_node_id);
FinishAsynchronousTest();
return true;
}

Powered by Google App Engine
This is Rietveld 408576698