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

Unified Diff: chrome/installer/setup/install.cc

Issue 1581473002: Remove base/win/metro.{cc|h} and some associated code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 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/installer/setup/install.cc
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
index 3e41d6ef9da4d6a664e25d6b0b4ae7a39b47daf6..c6da5d15275d0422482d915fab3aba91d85595a5 100644
--- a/chrome/installer/setup/install.cc
+++ b/chrome/installer/setup/install.cc
@@ -397,8 +397,6 @@ void CreateOrUpdateShortcuts(
// IMPORTANT: Only the default (no arguments and default browserappid) browser
// shortcut in the Start menu (Start screen on Win8+) should be made dual
// mode and that prior to Windows 10 only.
gab 2016/01/12 21:11:04 This comment was specific to the removed code and
scottmg 2016/01/13 20:48:16 Done.
- if (InstallUtil::ShouldInstallMetroProperties())
- start_menu_properties.set_dual_mode(true);
gab 2016/01/12 21:11:04 Assuming we can get rid of ShellUtil::ShortcutProp
scottmg 2016/01/13 20:48:16 Done.
if (shortcut_operation == ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS ||
shortcut_operation ==
ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL) {

Powered by Google App Engine
This is Rietveld 408576698