summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gypi
diff options
context:
space:
mode:
authorerikchen <erikchen@chromium.org>2015-07-27 13:28:20 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-27 20:29:06 +0000
commitc04ab34c84e272a6bd7234f14bcf9950a346c580 (patch)
treec860b9dee6015d90bed92cfd0943b1cf23d68cae /ipc/ipc.gypi
parentba53d6dc1d33f3be64defce3e72cf6c0c5cd855a (diff)
downloadchromium_src-c04ab34c84e272a6bd7234f14bcf9950a346c580.zip
chromium_src-c04ab34c84e272a6bd7234f14bcf9950a346c580.tar.gz
chromium_src-c04ab34c84e272a6bd7234f14bcf9950a346c580.tar.bz2
ipc: Add attachment broker code for the privileged browser process.
No intended behavior change. This CL adds the class AttachmentBrokerPrivilegedWin, a subclass of AttachmentBroker intended for use in the privileged browser process on the Windows platform. No brokerable attachments are made outside of tests, so this code is not yet active. This CL consists of several changes: - The class AttachmentBrokerPrivilegedWin was created. - Common logic between AttachmentBrokerPrivilegedWin and AttachmentBrokerWin was moved to AttachmentBroker. - ChannelWin was given a new member prelim_queue_. This queue is normally empty, but in some circumstances messages are queued here before being processed for delivery. See the documentation for a full explanation. BUG=466437 Review URL: https://codereview.chromium.org/1246103006 Cr-Commit-Position: refs/heads/master@{#340548}
Diffstat (limited to 'ipc/ipc.gypi')
-rw-r--r--ipc/ipc.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index f332166..2cda257 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -14,6 +14,8 @@
'attachment_broker.cc',
'attachment_broker.h',
'attachment_broker_messages.h',
+ 'attachment_broker_privileged_win.cc',
+ 'attachment_broker_privileged_win.h',
'attachment_broker_win.cc',
'attachment_broker_win.h',
'brokerable_attachment.cc',