Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: chrome/browser/prerender/prerender_contents.h

Issue 11411180: move favicon download code from chrome/ into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix order Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/favicon/favicon_util.cc ('k') | chrome/browser/prerender/prerender_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/favicon/favicon_util.cc ('k') | chrome/browser/prerender/prerender_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698