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

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

Issue 10908096: webui: Request favicons at all required display scale factors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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
Index: chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
diff --git a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
index 520662199f385f846dc0804706a189b3f6b7ea22..42affbfa05ab5c3648d32c8bd275f85c0d4d2f80 100644
--- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
+++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
@@ -35,9 +35,11 @@ class ChromeWebUIControllerFactory : public content::WebUIControllerFactory {
// Get the favicon for |page_url| and forward the result to the |request|
// when loaded.
- void GetFaviconForURL(Profile* profile,
- FaviconService::GetFaviconRequest* request,
- const GURL& page_url) const;
+ void GetFaviconForURL(
+ Profile* profile,
+ FaviconService::GetFaviconRequest* request,
+ const GURL& page_url,
+ const std::vector<ui::ScaleFactor>& scale_factors) const;
static ChromeWebUIControllerFactory* GetInstance();
« no previous file with comments | « chrome/browser/resources/downloads/downloads.html ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698