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

Unified Diff: ipc/ipc_logging.h

Issue 2494373002: Remove IPC channel IDs. (Closed)
Patch Set: rebase Created 4 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 | « ipc/ipc_channel_proxy.cc ('k') | ipc/ipc_logging.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_logging.h
diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h
index e567921624e9a53533cb448b9762fdb5009fe9a1..af490f0c91e7fce1a2f94aab626252fa29e59d81 100644
--- a/ipc/ipc_logging.h
+++ b/ipc/ipc_logging.h
@@ -67,10 +67,9 @@ class IPC_EXPORT Logging {
// received.
void OnReceivedLoggingMessage(const Message& message);
- void OnSendMessage(Message* message, const std::string& channel_id);
+ void OnSendMessage(Message* message);
void OnPreDispatchMessage(const Message& message);
- void OnPostDispatchMessage(const Message& message,
- const std::string& channel_id);
+ void OnPostDispatchMessage(const Message& message);
// Like the *MsgLog functions declared for each message class, except this
// calls the correct one based on the message type automatically. Defined in
« no previous file with comments | « ipc/ipc_channel_proxy.cc ('k') | ipc/ipc_logging.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698