| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 0223326e8fa64d6bc944a9d8ec550b8e076d3b39..9a34af17866c88c4bb0a8bdd731d950ef6b3096a 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -320,6 +320,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>&)>
|
|
|