Index: chrome/browser/ui/web_applications/web_app_ui.cc |
diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc |
index 7556105786486d6fc24219992513e6816731fde9..6c1480a3007d5f9953542296b2480a47e1e7c42f 100644 |
--- a/chrome/browser/ui/web_applications/web_app_ui.cc |
+++ b/chrome/browser/ui/web_applications/web_app_ui.cc |
@@ -137,6 +137,7 @@ void UpdateShortcutWorker::DownloadIcon() { |
unprocessed_icons_.back().url, |
std::max(unprocessed_icons_.back().width, |
unprocessed_icons_.back().height), |
+ history::FAVICON, |
NewCallback(this, &UpdateShortcutWorker::OnIconDownloaded)); |
unprocessed_icons_.pop_back(); |
} |