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

Unified Diff: ipc/ipc_sync_channel.h

Issue 1840053002: Add tracing events to track sync ipc blocker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +SyncMessageFilter Created 4 years, 9 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 | ipc/ipc_sync_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_sync_channel.h
diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h
index 240a28efc98deb0f69a0966534cfba1b6e98e21a..eb2a272330cb28d67de55b8e21644d4d55de21cc 100644
--- a/ipc/ipc_sync_channel.h
+++ b/ipc/ipc_sync_channel.h
@@ -156,10 +156,6 @@ class IPC_EXPORT SyncChannel : public ChannelProxy {
// returned. Otherwise the function returns false.
bool TryToUnblockListener(const Message* msg);
- // Called on the IPC thread when a sync send that runs a nested message loop
Tom Sepez 2016/03/29 16:14:38 Why did we remove this?
tzik 2016/03/29 18:09:23 Because no one uses this and this function touches
- // times out.
- void OnSendTimeout(int message_id);
-
base::WaitableEvent* shutdown_event() { return shutdown_event_; }
ReceivedSyncMsgQueue* received_sync_msgs() {
« no previous file with comments | « no previous file | ipc/ipc_sync_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698