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

Unified Diff: mojo/runner/context.cc

Issue 1465183005: Rename mojo::TokenSerializer to mojo::Broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win component Created 5 years, 1 month 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/runner/context.cc
diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc
index b86e29b492170afcf2a14c21bac5e12b23c54787..3e47f6cf746da1405b2a9d18ae84237087a0a55d 100644
--- a/mojo/runner/context.cc
+++ b/mojo/runner/context.cc
@@ -54,10 +54,7 @@ namespace {
class Setup {
public:
Setup() {
-#if defined(OS_WIN)
embedder::PreInitializeParentProcess();
-#endif
-
embedder::Init();
}

Powered by Google App Engine
This is Rietveld 408576698