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

Unified Diff: content/app/mojo/mojo_init.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
« no previous file with comments | « no previous file | content/browser/browser_child_process_host_impl.cc » ('j') | mojo/edk/system/child_broker.h » ('J')
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 2b520b7889b98b488c7140dd6d2353d802d3152f..b214fe3d30d4b762794796632facc515c9b1c345 100644
--- a/content/app/mojo/mojo_init.cc
+++ b/content/app/mojo/mojo_init.cc
@@ -18,7 +18,6 @@ namespace {
class MojoInitializer {
public:
MojoInitializer() {
-#if defined(OS_WIN)
const base::CommandLine& command_line =
*base::CommandLine::ForCurrentProcess();
if (command_line.HasSwitch("use-new-edk")) {
@@ -30,7 +29,6 @@ class MojoInitializer {
mojo::embedder::PreInitializeChildProcess();
}
}
-#endif
mojo::embedder::SetMaxMessageSize(IPC::Channel::kMaximumMessageSize);
mojo::embedder::Init();
« no previous file with comments | « no previous file | content/browser/browser_child_process_host_impl.cc » ('j') | mojo/edk/system/child_broker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698