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

Unified Diff: ipc/ipc_message.h

Issue 1188923003: Stub in more IPC attachment brokering functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase properly. 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 | « ipc/ipc_handle_win.cc ('k') | ipc/ipc_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message.h
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index 9bb7a287c0653743404e116e1bf26988d9458d48..2d1e2ac6c37e9db1b04aa801d82f62ac2a054b9c 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -177,6 +177,8 @@ class IPC_EXPORT Message : public base::Pickle {
bool HasAttachments() const;
// Returns true if there are any MojoHandleAttachments in this message.
bool HasMojoHandles() const;
+ // Whether the message has any brokerable attachments.
+ bool HasBrokerableAttachments() const;
#ifdef IPC_MESSAGE_LOG_ENABLED
// Adds the outgoing time from Time::Now() at the end of the message and sets
« no previous file with comments | « ipc/ipc_handle_win.cc ('k') | ipc/ipc_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698