Index: chrome/installer/util/browser_distribution.cc |
diff --git a/chrome/installer/util/browser_distribution.cc b/chrome/installer/util/browser_distribution.cc |
index bde7d20ae8f37f9d0aab947ef51d40d0d4276e08..427d5200a96246bdb392052e38e4d8fff4271afe 100644 |
--- a/chrome/installer/util/browser_distribution.cc |
+++ b/chrome/installer/util/browser_distribution.cc |
@@ -262,23 +262,10 @@ void BrowserDistribution::UpdateInstallStatus(bool system_install, |
installer::InstallStatus install_status) { |
} |
-bool BrowserDistribution::GetExperimentDetails( |
- UserExperiment* experiment, int flavor) { |
- return false; |
-} |
- |
-void BrowserDistribution::LaunchUserExperiment( |
- const base::FilePath& setup_path, installer::InstallStatus status, |
- const Version& version, const installer::Product& product, |
- bool system_level) { |
-} |
- |
bool BrowserDistribution::ShouldSetExperimentLabels() { |
return false; |
} |
-void BrowserDistribution::InactiveUserToastExperiment(int flavor, |
- const string16& experiment_group, |
- const installer::Product& installation, |
- const base::FilePath& application_path) { |
+bool BrowserDistribution::HasUserExperiments() { |
+ return false; |
} |