diff options
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.h')
-rw-r--r-- | content/browser/web_contents/web_contents_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h index 765ac46..528ffa7 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); |