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

Unified Diff: chrome/browser/shell_integration_win.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/browser/shell_integration_win.cc
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
index 04bc80c220d314d2a3c7074f0c420cbde1eb233b..f003967bebed9a03a2e7158f1cfb2112cc60643e 100644
--- a/chrome/browser/shell_integration_win.cc
+++ b/chrome/browser/shell_integration_win.cc
@@ -583,8 +583,8 @@ int ShellIntegration::MigrateShortcutsInPathInternal(
base::string16 default_chromium_model_id(
ShellUtil::GetBrowserModelId(dist, is_per_user_install));
if (check_dual_mode && expected_app_id == default_chromium_model_id) {
- const bool dual_mode_desired =
- InstallUtil::ShouldInstallMetroProperties();
+ // TODO(scottmg): Simplify with no Metro: http://crbug.com/558054.
+ const bool dual_mode_desired = false;
propvariant.Reset();
if (property_store->GetValue(PKEY_AppUserModel_IsDualMode,
propvariant.Receive()) != S_OK) {

Powered by Google App Engine
This is Rietveld 408576698