| 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..225ac2896b106dc35e24b70e8560dcfcd1e8ae5d 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -235,4 +235,9 @@ string16 GetAppShortcutsSubdirName() {
|
| return l10n_util::GetStringUTF16(IDS_APP_SHORTCUTS_SUBDIR_NAME);
|
| }
|
|
|
| +#if !defined(OS_MACOSX)
|
| +void MaybeLaunchShortcut(Profile* profile,
|
| + const extensions::Extension* extension) {}
|
| +#endif
|
| +
|
| } // namespace web_app
|
|
|