Index: chrome/browser/shell_integration.cc |
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc |
index e2959045e2beed99a74cdfcc85592e48d0296667..b01c98cb24cbacff96244d413bcaaad8805b6426 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) { |
} |