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

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: rebase, move app launcher and chrome app strings into the installer Created 7 years, 7 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 45de8d88ea9f19fa88e015d0fd3eb4eef8c53932..6b5334140b492f61fcc94bce9583e6593dcd06ea 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.h
+++ b/chrome/browser/ui/views/create_application_shortcut_view.h
@@ -78,7 +78,7 @@ class CreateApplicationShortcutView : public views::DialogDelegateView,
// Target shortcut info.
ShellIntegration::ShortcutInfo shortcut_info_;
- string16 shortcut_menu_subdir_;
+ bool create_in_chrome_apps_subdir_;
Matt Giuca 2013/05/15 05:19:45 Comment here: // If false, the shortcut will be cr
calamity 2013/08/27 07:59:35 Done.
DISALLOW_COPY_AND_ASSIGN(CreateApplicationShortcutView);
};

Powered by Google App Engine
This is Rietveld 408576698