Index: content/browser/webui/web_ui_mojo_browsertest.cc |
diff --git a/content/browser/webui/web_ui_mojo_browsertest.cc b/content/browser/webui/web_ui_mojo_browsertest.cc |
index a9d0a907afbf42fb512e098c3822dd8dd8af2097..5edfb2c3ff4f71e0d4fbb4b18012943ae009f806 100644 |
--- a/content/browser/webui/web_ui_mojo_browsertest.cc |
+++ b/content/browser/webui/web_ui_mojo_browsertest.cc |
@@ -228,22 +228,5 @@ IN_PROC_BROWSER_TEST_F(WebUIMojoTest, EndToEndPing) { |
other_shell->web_contents()->GetRenderProcessHost()); |
} |
-// Loads a webui page that connects to a test Mojo application via the browser's |
-// Mojo shell interface. |
-IN_PROC_BROWSER_TEST_F(WebUIMojoTest, ConnectToApplication) { |
- if (!IsGeneratedResourceAvailable( |
- "content/public/test/test_mojo_service.mojom")) |
- return; |
- |
- ASSERT_TRUE(embedded_test_server()->Start()); |
- NavigateToURL(shell(), |
- GURL("chrome://mojo-web-ui/web_ui_mojo_shell_test.html")); |
- |
- DOMMessageQueue message_queue; |
- std::string message; |
- ASSERT_TRUE(message_queue.WaitForMessage(&message)); |
- EXPECT_EQ("true", message); |
-} |
- |
} // namespace |
} // namespace content |