Index: chrome/browser/shell_integration.h |
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h |
index 1306027b3e993a20b6f61795f517ff2c9c7383f2..ae5c8fe1cf431e1af55cb213b9a24c21203af741 100644 |
--- a/chrome/browser/shell_integration.h |
+++ b/chrome/browser/shell_integration.h |
@@ -110,8 +110,12 @@ class ShellIntegration { |
ShortcutLocations(); |
bool on_desktop; |
+ |
+ // For Windows, these refer to Start Menu/, Start Menu/Google Chrome, and |
+ // Start Menu/Chrome Apps respectively. |
Matt Giuca
2013/05/15 05:19:45
Put quotes around these for readability like "Star
calamity
2013/08/27 07:59:35
Done.
|
bool in_applications_menu; |
huangs
2013/05/15 02:33:46
in_application_menu_root
calamity
2013/08/27 07:59:35
Done.
|
- string16 applications_menu_subdir; |
+ 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 |