| 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 434bdf36480077962e408e27b53a63507a16f1bd..c23c84c0d12160dc56093a82af4dee3018183349 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.
|
|
|