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

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

Issue 231353002: Make mojo_system static and mojo_system_impl a component, never use both (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix accidental change to .gitmodules Created 6 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
Index: content/app/mojo/mojo_init.cc
diff --git a/content/app/mojo/mojo_init.cc b/content/app/mojo/mojo_init.cc
index 0532e3e431e61692a06d6a35a3d7ac3474709ca5..16b6c1958feabee43a641143fe0a8a40d034554b 100644
--- a/content/app/mojo/mojo_init.cc
+++ b/content/app/mojo/mojo_init.cc
@@ -20,7 +20,6 @@ mojo::Environment* environment = NULL;
void InitializeMojo() {
DCHECK(!environment);
environment = new mojo::Environment;
- mojo::embedder::Init();
viettrungluu 2014/04/09 23:06:44 Presumably, you need to restore this line?
DaveMoore 2014/04/10 18:58:58 Done.
mojo::ServiceManager::GetInstance();
}

Powered by Google App Engine
This is Rietveld 408576698