| 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 9e456b7622fcc68a8339f97b936ee93c1e8047c4..abd3964c8bcd5d8cb6e6ed451c1685fbf21a47aa 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -374,8 +374,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void DocumentAvailableInMainFrame(
|
| RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void DocumentOnLoadCompletedInMainFrame(
|
| - RenderViewHost* render_view_host,
|
| - int32 page_id) OVERRIDE;
|
| + RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RouteCloseEvent(RenderViewHost* rvh) OVERRIDE;
|
| virtual void RouteMessageEvent(
|
| RenderViewHost* rvh,
|
| @@ -747,9 +746,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| const GURL& image_url,
|
| const std::vector<SkBitmap>& bitmaps,
|
| const std::vector<gfx::Size>& original_bitmap_sizes);
|
| - void OnUpdateFaviconURL(int32 page_id,
|
| - const std::vector<FaviconURL>& candidates);
|
| - void OnFirstVisuallyNonEmptyPaint(int32 page_id);
|
| + void OnUpdateFaviconURL(const std::vector<FaviconURL>& candidates);
|
| + void OnFirstVisuallyNonEmptyPaint();
|
| void OnMediaPlayingNotification(int64 player_cookie,
|
| bool has_video,
|
| bool has_audio);
|
|
|