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

Unified Diff: content/app/mojo/mojo_init.cc

Issue 531513003: Do not initialize an ApplicationManager in chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/app/mojo/mojo_browsertest.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/mojo/mojo_init.cc
diff --git a/content/app/mojo/mojo_init.cc b/content/app/mojo/mojo_init.cc
index 090e69e06fed7c3fe02a0180c44fcba7c9ef7045..be427a4ff56e947adf957c0db8bc8e4d0fc22925 100644
--- a/content/app/mojo/mojo_init.cc
+++ b/content/app/mojo/mojo_init.cc
@@ -5,7 +5,6 @@
#include "content/app/mojo/mojo_init.h"
#include "base/memory/scoped_ptr.h"
-#include "mojo/application_manager/application_manager.h"
#include "mojo/embedder/embedder.h"
#include "mojo/embedder/simple_platform_support.h"
@@ -14,7 +13,6 @@ namespace content {
void InitializeMojo() {
mojo::embedder::Init(scoped_ptr<mojo::embedder::PlatformSupport>(
new mojo::embedder::SimplePlatformSupport()));
- mojo::ApplicationManager::GetInstance();
}
} // namespace content
« no previous file with comments | « content/app/mojo/mojo_browsertest.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698