| Index: chrome/browser/prerender/prerender_contents.h
|
| diff --git a/chrome/browser/prerender/prerender_contents.h b/chrome/browser/prerender/prerender_contents.h
|
| index 7461937ef0e3dc2a121b8ba334be77ce3fa462b4..8db24c7e6735c6abd795968666a6354eda771629 100644
|
| --- a/chrome/browser/prerender/prerender_contents.h
|
| +++ b/chrome/browser/prerender/prerender_contents.h
|
| @@ -24,13 +24,13 @@
|
|
|
| class Profile;
|
| class TabContents;
|
| -struct FaviconURL;
|
|
|
| namespace base {
|
| class ProcessMetrics;
|
| }
|
|
|
| namespace content {
|
| +struct FaviconURL;
|
| class RenderViewHost;
|
| class SessionStorageNamespace;
|
| class WebContents;
|
| @@ -202,6 +202,8 @@ class PrerenderContents : public content::NotificationObserver,
|
| const GURL& validated_url,
|
| bool is_main_frame,
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| + virtual void DidUpdateFaviconURL(int32 page_id,
|
| + const std::vector<content::FaviconURL>& urls) OVERRIDE;
|
|
|
| virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
|
|
|
| @@ -294,9 +296,6 @@ class PrerenderContents : public content::NotificationObserver,
|
|
|
| friend class PrerenderRenderViewHostObserver;
|
|
|
| - // Message handlers.
|
| - void OnUpdateFaviconURL(int32 page_id, const std::vector<FaviconURL>& urls);
|
| -
|
| // Returns the RenderViewHost Delegate for this prerender.
|
| content::WebContents* GetWebContents();
|
|
|
|
|