| 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 f608962e958a5703b7b3517d042ec396357cf526..2212633d8a16d1dddb7cea6e5648b9b536a2f899 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -772,6 +772,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);
|
|
|