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

Unified Diff: chrome/installer/util/master_preferences_unittest.cc

Issue 2589753002: Remove multi-install from chrome/installer/setup. (Closed)
Patch Set: sync to position 442053 Created 3 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
« no previous file with comments | « chrome/installer/util/master_preferences.h ('k') | chrome/installer/util/util_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/master_preferences_unittest.cc
diff --git a/chrome/installer/util/master_preferences_unittest.cc b/chrome/installer/util/master_preferences_unittest.cc
index a8bfba32d73611b64e3008c2b37dfad038b9700c..8a5a3f8740aa037a9d94ec152914e797f2ea30c7 100644
--- a/chrome/installer/util/master_preferences_unittest.cc
+++ b/chrome/installer/util/master_preferences_unittest.cc
@@ -323,7 +323,6 @@ TEST_F(MasterPreferencesTest, TestDefaultInstallConfig) {
installer::MasterPreferences pref_chrome(chrome_install);
EXPECT_FALSE(pref_chrome.is_multi_install());
- EXPECT_TRUE(pref_chrome.install_chrome());
}
TEST_F(MasterPreferencesTest, TestMultiInstallIgnoredConfig) {
@@ -339,7 +338,6 @@ TEST_F(MasterPreferencesTest, TestMultiInstallIgnoredConfig) {
installer::MasterPreferences pref_chrome(chrome_install);
EXPECT_FALSE(pref_chrome.is_multi_install());
- EXPECT_TRUE(pref_chrome.install_chrome());
}
TEST_F(MasterPreferencesTest, EnforceLegacyCreateAllShortcutsFalse) {
« no previous file with comments | « chrome/installer/util/master_preferences.h ('k') | chrome/installer/util/util_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698