| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 2798a26d32fe6062c3478d42b034ebd0ecb0808b..0a71f4400371a736daf12d38e04b286ac5289cb5 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2095,3 +2095,11 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_RequestRemoteAccessClientFirewallTraversal)
|
| // Notifies the browser of an event occurring in the media pipeline.
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvent,
|
| media::MediaLogEvent /* event */)
|
| +
|
| +// This message asks frame sniffer start.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_StartFrameSniffer,
|
| + string16 /* frame-name */)
|
| +
|
| +// This message indicates the error appeared in the frame.
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_FrameLoadingError,
|
| + int /* error */)
|
|
|