| 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) {
|
|
|