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

Unified Diff: content/child/child_thread_impl.cc

Issue 1256993003: ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_ipc_message_feature
Patch Set: Rebase. Created 5 years, 5 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 | « no previous file | content/common/child_process_host_impl.cc » ('j') | content/common/child_process_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.cc
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
index 03a94244aca5c2805f2f0f24001542fe526590cf..bb9ff52ada297b64abf090ce728a45c0b06e6416 100644
--- a/content/child/child_thread_impl.cc
+++ b/content/child/child_thread_impl.cc
@@ -69,7 +69,7 @@
#endif
#if defined(OS_WIN)
-#include "ipc/attachment_broker_win.h"
+#include "ipc/attachment_broker_unprivileged_win.h"
#endif
using tracked_objects::ThreadData;
@@ -361,7 +361,7 @@ void ChildThreadImpl::Init(const Options& options) {
#endif
#if defined(OS_WIN)
- attachment_broker_.reset(new IPC::AttachmentBrokerWin());
+ attachment_broker_.reset(new IPC::AttachmentBrokerUnprivilegedWin());
#endif
mojo_application_.reset(new MojoApplication(GetIOTaskRunner()));
« no previous file with comments | « no previous file | content/common/child_process_host_impl.cc » ('j') | content/common/child_process_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698