Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7808)

Unified Diff: chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h

Issue 13864015: Move app launcher and chrome apps shortcut strings into the installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migrate_app_id_fix
Patch Set: fix linux Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698