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

Unified Diff: chrome/browser/ui/webui/session_favicon_source.h

Issue 11747016: Add support for high DPI favicons on the "other devices" menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ordering in header file. Created 7 years, 12 months 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/ui/webui/favicon_source.cc ('k') | chrome/browser/ui/webui/session_favicon_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/session_favicon_source.h
diff --git a/chrome/browser/ui/webui/session_favicon_source.h b/chrome/browser/ui/webui/session_favicon_source.h
index 79036f953654e582a488f892ab20d24353baf818..eebea260cefaab98ce33c952548520f2b94b1dc1 100644
--- a/chrome/browser/ui/webui/session_favicon_source.h
+++ b/chrome/browser/ui/webui/session_favicon_source.h
@@ -19,15 +19,13 @@ class SessionFaviconSource : public FaviconSource {
explicit SessionFaviconSource(Profile* profile);
// FaviconSource implementation.
- virtual void StartDataRequest(const std::string& path,
- bool is_incognito,
- int request_id) OVERRIDE;
virtual std::string GetMimeType(const std::string&) const OVERRIDE;
virtual bool ShouldReplaceExistingSource() const OVERRIDE;
virtual bool AllowCaching() const OVERRIDE;
protected:
virtual ~SessionFaviconSource();
+ virtual bool HandleMissingResource(const IconRequest& request) OVERRIDE;
};
#endif // CHROME_BROWSER_UI_WEBUI_SESSION_FAVICON_SOURCE_H_
« no previous file with comments | « chrome/browser/ui/webui/favicon_source.cc ('k') | chrome/browser/ui/webui/session_favicon_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698