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

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

Issue 2618583005: Remove support for non-browser products from InstallationState and ProductState. (Closed)
Patch Set: fix 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
Index: chrome/installer/setup/installer_state_unittest.cc
diff --git a/chrome/installer/setup/installer_state_unittest.cc b/chrome/installer/setup/installer_state_unittest.cc
index c694c2ab3ad34cd9d7936637f6d9ba5d4de72acb..3e9ad2c468b523dbe2a0fb01099c033ad7a544f2 100644
--- a/chrome/installer/setup/installer_state_unittest.cc
+++ b/chrome/installer/setup/installer_state_unittest.cc
@@ -159,7 +159,7 @@ TEST_F(InstallerStateTest, GetCurrentVersionMigrateChrome) {
FakeInstallationState machine_state;
// Pretend that this version of single-install Chrome is already installed.
- machine_state.AddChrome(system_install, false,
+ machine_state.AddChrome(system_install,
new base::Version(chrome::kChromeVersion));
// Now we're invoked to install multi Chrome.

Powered by Google App Engine
This is Rietveld 408576698