| Index: chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| diff --git a/chrome/browser/web_applications/update_shortcut_worker_win.cc b/chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| index a1f59858d752254153acf3c2854d2da643a3759e..18dc6a35761a3c0f7701422759410f517006693d 100644
|
| --- a/chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| +++ b/chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| @@ -192,7 +192,8 @@ void UpdateShortcutWorker::UpdateShortcutsOnFileThread() {
|
|
|
| base::FilePath icon_file =
|
| web_app::internals::GetIconFilePath(web_app_path, shortcut_info_.title);
|
| - web_app::internals::CheckAndSaveIcon(icon_file, shortcut_info_.favicon);
|
| + web_app::internals::CheckAndSaveIcon(icon_file, shortcut_info_.favicon,
|
| + false);
|
|
|
| // Update existing shortcuts' description, icon and app id.
|
| CheckExistingShortcuts();
|
|
|