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 b439c9f9972741485502d2f048eb46071ff50359..4aeb6b7881e66d6b8bdd592569931eba027fb20c 100644 |
--- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
@@ -112,7 +112,6 @@ void FaviconWebUIHandler::HandleGetFaviconDominantColor(const ListValue* args) { |
dom_id_map_[id_] = dom_id; |
favicon_service->GetRawFaviconForURL( |
FaviconService::FaviconForURLParams( |
- Profile::FromWebUI(web_ui()), |
url, |
chrome::FAVICON, |
gfx::kFaviconSize), |