| 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();
|
|
|
|
|