| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0056df4aa64757d43056d31175f16f0848236c02..50d81366dfdd08d4fefeab6d96947da40e457fc1 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1451,6 +1451,10 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_SwapCompositorFrame,
|
| // 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
|
|
|