Index: chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h |
diff --git a/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h b/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h |
index 1491b09b191ed0245080e99ca20a35eab26e1a6e..748afd24404af5e4a128d752b5e29fd7ef17b215 100644 |
--- a/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h |
+++ b/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h |
@@ -70,7 +70,8 @@ class CreateApplicationShortcutsDialogGtk |
// ShortcutInfo for the new shortcut. |
ShellIntegration::ShortcutInfo shortcut_info_; |
- string16 shortcut_menu_subdir_; |
+ // If false the shortcut will be created in the top-level menu. |
+ bool create_in_chrome_apps_subdir_; |
// Image associated with the site or app, scaled to the appropriate size to |
// display in the dialog box. |