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 34ad3d0994fe056d0662e1e20e848ba65cea95bc..cfe3c0959f2b232bc5dfeeb0bab0d8d9f6a6b486 100644 |
--- a/chrome/browser/ui/web_applications/web_app_ui.cc |
+++ b/chrome/browser/ui/web_applications/web_app_ui.cc |
@@ -172,6 +172,7 @@ void UpdateShortcutWorker::DownloadIcon() { |
web_contents_->DownloadFavicon( |
unprocessed_icons_.back().url, |
+ true, // favicon |
jam
2013/03/20 02:44:42
nit: it seems if someone wants to see what this is
|
std::max(unprocessed_icons_.back().width, |
unprocessed_icons_.back().height), |
base::Bind(&UpdateShortcutWorker::DidDownloadFavicon, |