| 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 f6cbbbf1d67937987cc38393167ac59a5793adf3..f5d85bd641d96517883fc2eea97920893efc99d9 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -255,6 +255,11 @@ bool CreatePlatformShortcut(
|
| return success;
|
| }
|
|
|
| +void DeletePlatformShortcuts(const FilePath& profile_path,
|
| + const std::string& extension_id) {
|
| + // TODO(benwells): Implement this.
|
| +}
|
| +
|
| } // namespace internals
|
|
|
| } // namespace web_app
|
|
|