diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/ipc_message_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/ipc_message_utils.h b/chrome/common/ipc_message_utils.h index af61c85..fb1aece 100644 --- a/chrome/common/ipc_message_utils.h +++ b/chrome/common/ipc_message_utils.h @@ -1106,11 +1106,13 @@ class MessageWithReply : public SyncMessage { ReadParam(msg, &iter, &p); LogParam(p, l); +#if IPC_MESSAGE_LOG_ENABLED const std::wstring& output_params = msg->output_params(); if (!l->empty() && !output_params.empty()) l->append(L", "); l->append(output_params); +#endif } else { // This is an outgoing reply. Now that we have the output parameters, we // can finally log the message. |