| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 05c67bdc2aaf13d08e1adac5e5ea385428d53520..3c81fbeae3092be83a2d8cd6006ccb441bcc1e8a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1453,6 +1453,10 @@ IPC_MESSAGE_ROUTED3(
|
| // Sent by the compositor when a flinging animation is stopped.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_DidStopFlinging)
|
|
|
| +// Sent when a WebUI page that uses Mojo has executed its 'main' module. Our
|
| +// javascript based testing framework must wait until this has happened.
|
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_WebUIMojoMainRan)
|
| +
|
| //---------------------------------------------------------------------------
|
| // Request for cryptographic operation messages:
|
| // These are messages from the renderer to the browser to perform a
|
|
|