| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index a63d0c76c6074b1c37f070ff1c486f4a9ec0299f..8b1e851ac967ce55ad983b8ccdd0966ca82c067f 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2041,6 +2041,10 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_ToggleFullscreen,
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction,
|
| std::string /* action */)
|
|
|
| +// Send back the elapsed time for sync IPC to be recorded by histogram.
|
| +IPC_MESSAGE_CONTROL1(ViewHostMsg_SyncIPCElapsedTime,
|
| + base::TimeDelta /* millisecons */)
|
| +
|
| // Notifies the browser that the page was or was not saved as MHTML.
|
| IPC_MESSAGE_CONTROL2(ViewHostMsg_SavedPageAsMHTML,
|
| int /* job_id */,
|
|
|