| Index: chrome/browser/web_applications/web_app_win.cc
|
| diff --git a/chrome/browser/web_applications/web_app_win.cc b/chrome/browser/web_applications/web_app_win.cc
|
| index 529e863523851c3734e9ac46a5553003cbc6d07e..ddc8f0dec3e0613a850bbc4f579e39b628a94090 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -413,6 +413,11 @@ void UpdateRelaunchDetailsForApp(Profile* profile,
|
| base::Bind(&OnShortcutInfoLoadedForSetRelaunchDetails, hwnd));
|
| }
|
|
|
| +void UpdateShortcutsForAllApps(Profile* profile,
|
| + const base::Closure& callback) {
|
| + callback.Run();
|
| +}
|
| +
|
| namespace internals {
|
|
|
| // Saves |image| to |icon_file| if the file is outdated and refresh shell's
|
|
|