Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
index c3d741996e277869d707b838cdf5c5fe85a88a61..177a660085b330a0f6223d4dbd193273df3390f9 100644 |
--- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
@@ -112,9 +112,9 @@ void FaviconWebUIHandler::HandleGetFaviconDominantColor( |
dom_id_map_[id_] = dom_id; |
favicon_service->GetRawFaviconForPageURL( |
- FaviconService::FaviconForPageURLParams( |
- url, favicon_base::FAVICON, gfx::kFaviconSize), |
- 1.0f, |
+ url, |
+ favicon_base::FAVICON, |
+ gfx::kFaviconSize, |
base::Bind(&FaviconWebUIHandler::OnFaviconDataAvailable, |
base::Unretained(this), |
id_++), |