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

Unified Diff: ipc/attachment_broker.h

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
Index: ipc/attachment_broker.h
diff --git a/ipc/attachment_broker.h b/ipc/attachment_broker.h
index 9bd61148fe05143a7a482cc650c0b0cb35aad30f..5b65289393706545e221d7f05b2df9f615b88068 100644
--- a/ipc/attachment_broker.h
+++ b/ipc/attachment_broker.h
@@ -84,8 +84,10 @@ class IPC_EXPORT AttachmentBroker : public Listener {
private:
#if defined(OS_WIN)
- FRIEND_TEST_ALL_PREFIXES(AttachmentBrokerWinTest, ReceiveValidMessage);
- FRIEND_TEST_ALL_PREFIXES(AttachmentBrokerWinTest, ReceiveInvalidMessage);
+ FRIEND_TEST_ALL_PREFIXES(AttachmentBrokerUnprivilegedWinTest,
+ ReceiveValidMessage);
+ FRIEND_TEST_ALL_PREFIXES(AttachmentBrokerUnprivilegedWinTest,
+ ReceiveInvalidMessage);
#endif // defined(OS_WIN)
// A vector of BrokerableAttachments that have been received, but not yet

Powered by Google App Engine
This is Rietveld 408576698