| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 6e53ded2152a1e09ed287b16e74dcc3590c07288..ca117a875b21c1eb233950b5dae5bd5c2d14a8a9 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -688,3 +688,7 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_BeginNavigation,
|
| // Sent once a paint happens after the first non empty layout. In other words
|
| // after the frame has painted something.
|
| IPC_MESSAGE_ROUTED0(FrameHostMsg_DidFirstVisuallyNonEmptyPaint)
|
| +
|
| +// 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(FrameHostMsg_WebUIMojoMainRan)
|
|
|