| Index: chrome/browser/shell_integration.cc
|
| diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
|
| index cb6b7288f5de6c52f4562b68f07a408a981433c9..81415f7bfa0017f3c20d16959ccc5fd826843b26 100644
|
| --- a/chrome/browser/shell_integration.cc
|
| +++ b/chrome/browser/shell_integration.cc
|
| @@ -37,22 +37,6 @@ ShellIntegration::DefaultWebClientSetPermission
|
| return CanSetAsDefaultBrowser();
|
| }
|
|
|
| -ShellIntegration::ShortcutInfo::ShortcutInfo()
|
| - : is_platform_app(false) {
|
| -}
|
| -
|
| -ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
|
| -
|
| -ShellIntegration::ShortcutLocations::ShortcutLocations()
|
| - : on_desktop(false),
|
| - applications_menu_location(APP_MENU_LOCATION_NONE),
|
| - in_quick_launch_bar(false)
|
| -#if defined(OS_POSIX)
|
| - , hidden(false)
|
| -#endif
|
| - {
|
| -}
|
| -
|
| static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL;
|
|
|
| // static
|
|
|