Index: chrome/browser/shell_integration.h |
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h |
index f8559844e8d7df644f469c4825333001d33245c1..fe233d01291ee3fc8e9f317779dd53c779037cc0 100644 |
--- a/chrome/browser/shell_integration.h |
+++ b/chrome/browser/shell_integration.h |
@@ -111,8 +111,12 @@ class ShellIntegration { |
ShortcutLocations(); |
bool on_desktop; |
- bool in_applications_menu; |
- string16 applications_menu_subdir; |
+ |
+ // For Windows, these refer to "Start Menu", "Start Menu/Google Chrome", |
+ // and "Start Menu/Chrome Apps" respectively. |
+ bool in_applications_menu_root; |
+ bool in_applications_menu_chrome_subdir; |
+ bool in_applications_menu_chrome_apps_subdir; |
// For Windows, this refers to quick launch bar prior to Win7. In Win7, |
// this means "pin to taskbar". For Mac/Linux, this could be used for |