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 db05143bc7aecb9bc78bbd6da622b42e8ff7596b..81e7a061f9ccf4327486af3b62eebcb91a566d8f 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); |
}; |