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

Unified Diff: chrome/browser/ui/views/create_application_shortcut_view.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/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);
};

Powered by Google App Engine
This is Rietveld 408576698