Chromium Code Reviews| Index: chrome/common/ipc_message_utils.h |
| diff --git a/chrome/common/ipc_message_utils.h b/chrome/common/ipc_message_utils.h |
| index e7dd7e355d5a47866cc9f3a3291105a5708b1df1..a87a5946a5a2c46ed0cdd5ef6ff083dd40c6055b 100644 |
| --- a/chrome/common/ipc_message_utils.h |
| +++ b/chrome/common/ipc_message_utils.h |
| @@ -867,6 +867,7 @@ struct LogData { |
| // OnMessageReceived). |
| int64 dispatch; // Time after it was dispatched (i.e. after calling |
| // OnMessageReceived). |
| + std::wstring message_name; |
| std::wstring params; |
| }; |