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

Unified Diff: content/browser/webui/web_ui_mojo_browsertest.cc

Issue 1889253002: Remove uses of shell::Loader from content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « content/browser/mojo_shell_browsertest.cc ('k') | content/child/process_control_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/browser/mojo_shell_browsertest.cc ('k') | content/child/process_control_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698