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

Unified Diff: chrome/installer/util/user_experiment.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/util/user_experiment.cc
diff --git a/chrome/installer/util/user_experiment.cc b/chrome/installer/util/user_experiment.cc
index 9600516544590b4662ba0b18b3b13d0d9bad417e..7dfa8224ad5fbc96cc791476c93d928a4f62d061 100644
--- a/chrome/installer/util/user_experiment.cc
+++ b/chrome/installer/util/user_experiment.cc
@@ -530,8 +530,7 @@ void InactiveUserToastExperiment(int flavor,
bool system_level_toast = base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kSystemLevelToast);
- base::CommandLine cmd(InstallUtil::GetChromeUninstallCmd(
- system_level_toast, product.distribution()->GetType()));
+ base::CommandLine cmd(InstallUtil::GetChromeUninstallCmd(system_level_toast));
base::LaunchProcess(cmd, base::LaunchOptions());
}
« chrome/installer/util/product_unittest.cc ('K') | « chrome/installer/util/product_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698