| Index: chrome/browser/shell_integration.cc
|
| diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
|
| index 505d87b56d54ef15bfec2f59b5221461a70480be..d096a1835f3cb4d09f0dff6ff73c5c00acd51ae1 100644
|
| --- a/chrome/browser/shell_integration.cc
|
| +++ b/chrome/browser/shell_integration.cc
|
| @@ -39,7 +39,9 @@ ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
|
|
|
| ShellIntegration::ShortcutLocations::ShortcutLocations()
|
| : on_desktop(false),
|
| - in_applications_menu(false),
|
| + in_applications_menu_root(false),
|
| + in_applications_menu_chrome_subdir(false),
|
| + in_applications_menu_chrome_apps_subdir(false),
|
| in_quick_launch_bar(false),
|
| hidden(false) {
|
| }
|
|
|