Index: content/browser/mojo/mojo_shell_context.cc |
diff --git a/content/browser/mojo/mojo_shell_context.cc b/content/browser/mojo/mojo_shell_context.cc |
index db77c35f4e5985c85594eab894d91f5e95fae11b..3930c051138ba76f8b229dc165fde402c7c64d19 100644 |
--- a/content/browser/mojo/mojo_shell_context.cc |
+++ b/content/browser/mojo/mojo_shell_context.cc |
@@ -168,7 +168,6 @@ MojoShellContext::MojoShellContext() { |
scoped_ptr<mojo::shell::ApplicationLoader>(new DefaultApplicationLoader)); |
StaticApplicationMap apps; |
- GetContentClient()->browser()->RegisterInProcessMojoApplications(&apps); |
if (g_applications_for_test) { |
// Add testing apps to the map, potentially overwriting whatever the |
// browser client registered. |