| Index: chrome/browser/web_applications/web_app_mac.mm
|
| diff --git a/chrome/browser/web_applications/web_app_mac.mm b/chrome/browser/web_applications/web_app_mac.mm
|
| index 5c933cd5239e7f8d4d1ba6460265ca76067acf2a..dee408337729cd8d6a0e84b1784969ea04a06d15 100644
|
| --- a/chrome/browser/web_applications/web_app_mac.mm
|
| +++ b/chrome/browser/web_applications/web_app_mac.mm
|
| @@ -343,6 +343,7 @@ void DeletePlatformShortcuts(
|
|
|
| void UpdatePlatformShortcuts(
|
| const base::FilePath& web_app_path,
|
| + const string16& old_app_title,
|
| const ShellIntegration::ShortcutInfo& shortcut_info) {
|
| // TODO(benwells): Implement this when shortcuts / weblings are enabled on
|
| // mac.
|
|
|