Index: chrome/browser/ui/views/create_application_shortcut_view.h |
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.h b/chrome/browser/ui/views/create_application_shortcut_view.h |
index 74e5c6cc9af754c77431c9be6b19a4655eba4abf..98c95347da0324e51be550d1df26234a208f5155 100644 |
--- a/chrome/browser/ui/views/create_application_shortcut_view.h |
+++ b/chrome/browser/ui/views/create_application_shortcut_view.h |
@@ -76,7 +76,8 @@ class CreateApplicationShortcutView : public views::DialogDelegateView, |
// Target shortcut info. |
ShellIntegration::ShortcutInfo shortcut_info_; |
- string16 shortcut_menu_subdir_; |
+ // If false, the shortcut will be created in the root level of the Start Menu. |
+ bool create_in_chrome_apps_subdir_; |
DISALLOW_COPY_AND_ASSIGN(CreateApplicationShortcutView); |
}; |