| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 6efc709368f24ee03c6c7cacb432cb11adbec5c2..53240d29340d7ea93ed92f5f74ce3b46d67a8f91 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -324,6 +324,9 @@ class CONTENT_EXPORT RenderViewImpl
|
| // supported PPAPI plug-ins.
|
| bool HasIMETextFocus();
|
|
|
| + // Called after WebUIMojoContextState has run the 'main' module.
|
| + void WebUIMojoMainRan();
|
| +
|
| // Callback for use with GetWindowSnapshot.
|
| typedef base::Callback<void(
|
| const gfx::Size&, const std::vector<unsigned char>&)>
|
|
|