| 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 6da97950ee5a5e139698734de2e44b03c3bafc7a..49e38be86f44e92dede4ad9e53c5bbfb2f4aab01 100644
|
| --- a/chrome/browser/web_applications/web_app_mac.mm
|
| +++ b/chrome/browser/web_applications/web_app_mac.mm
|
| @@ -326,6 +326,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.
|
|
|