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

Unified Diff: chrome/installer/setup/install_unittest.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_unittest.cc
diff --git a/chrome/installer/setup/install_unittest.cc b/chrome/installer/setup/install_unittest.cc
index d64219fedfc634c39f8403ef949609a488f4082a..3f2a75d74ebdd418e0b357fee7436f6592271bae 100644
--- a/chrome/installer/setup/install_unittest.cc
+++ b/chrome/installer/setup/install_unittest.cc
@@ -90,8 +90,7 @@ class InstallShortcutTest : public testing::Test {
expected_properties_.set_description(chrome_properties.description);
expected_properties_.set_dual_mode(false);
expected_start_menu_properties_ = expected_properties_;
- expected_start_menu_properties_.set_dual_mode(
- InstallUtil::ShouldInstallMetroProperties());
+ expected_start_menu_properties_.set_dual_mode(false);
prefs_.reset(GetFakeMasterPrefs(false, false));

Powered by Google App Engine
This is Rietveld 408576698