| Index: chrome/browser/web_applications/web_app.cc
|
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
|
| index a70399b17c9b2dd94cf2066b3689ab473c47478c..d338b71e0d3eb81c1a915e1cef012a8598325efc 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -235,4 +235,8 @@ string16 GetAppShortcutsSubdirName() {
|
| return l10n_util::GetStringUTF16(IDS_APP_SHORTCUTS_SUBDIR_NAME);
|
| }
|
|
|
| +#if !defined(OS_MACOSX)
|
| +void MaybeLaunchShortcut(const ShellIntegration::ShortcutInfo& shortcut_info) {}
|
| +#endif
|
| +
|
| } // namespace web_app
|
|
|