| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 765ac4675f97160b4fed0ad3674807c0192a98bb..528ffa779fc973883b39abb1cf8656d6bd2b3611 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -796,6 +796,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const std::vector<gfx::Size>& original_bitmap_sizes);
|
| void OnUpdateFaviconURL(const std::vector<FaviconURL>& candidates);
|
| void OnFirstVisuallyNonEmptyPaint();
|
| + void OnWebUIMojoMainRan();
|
| void OnMediaPlayingNotification(int64 player_cookie,
|
| bool has_video,
|
| bool has_audio);
|
|
|