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

Unified Diff: headless/lib/headless_devtools_client_browsertest.cc

Issue 2863953003: Headless: Remove obsolete Mojo code and some other obsolete APIs (Closed)
Patch Set: Rebased 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
« no previous file with comments | « headless/lib/headless_browsertest_resources.grd ('k') | headless/public/headless_browser_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « headless/lib/headless_browsertest_resources.grd ('k') | headless/public/headless_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698