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

Unified Diff: ipc/ipc_message_macros.h

Issue 8540015: Uncomment second IPC hook for about:profiler (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_macros.h
===================================================================
--- ipc/ipc_message_macros.h (revision 109678)
+++ ipc/ipc_message_macros.h (working copy)
@@ -973,7 +973,7 @@
#define IPC_REPLY_HANDLER(func) \
case IPC_REPLY_ID: { \
- /* TRACK_RUN_IN_IPC_HANDLER(func); TODO(jar) */ \
+ TRACK_RUN_IN_IPC_HANDLER(func); \
func(ipc_message__); \
} \
break;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698