Index: chrome/browser/web_applications/web_app_linux.cc |
=================================================================== |
--- chrome/browser/web_applications/web_app_linux.cc (revision 146065) |
+++ chrome/browser/web_applications/web_app_linux.cc (working copy) |
@@ -29,10 +29,5 @@ |
shortcut_info, shortcut_template); |
} |
-void DeletePlatformShortcuts(const FilePath& profile_path, |
- const std::string& extension_id) { |
- ShellIntegrationLinux::DeleteDesktopShortcuts(profile_path, extension_id); |
-} |
- |
} // namespace internals |
} // namespace web_app |