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

Unified Diff: mojo/shell/context.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: Cleanup 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: mojo/shell/context.cc
diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc
index d6bfb4badbdd435b74bdb41dc1f617ee2f567b3a..e6471bddd8ba765a1aeb8a270998dab39978dd99 100644
--- a/mojo/shell/context.cc
+++ b/mojo/shell/context.cc
@@ -25,7 +25,6 @@ Context::Context()
task_runners_.cache_runner(),
scoped_ptr<net::NetworkDelegate>(new NetworkDelegate()),
storage_.profile_path()) {
- embedder::Init();
gles2::GLES2SupportImpl::Init();
CommandLine* cmdline = CommandLine::ForCurrentProcess();

Powered by Google App Engine
This is Rietveld 408576698