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

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

Issue 12321061: Pulling user experiment code from BrowserDistribution to a new class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updating .gypi to fix compile error. Created 7 years, 10 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/browser_distribution.cc
diff --git a/chrome/installer/util/browser_distribution.cc b/chrome/installer/util/browser_distribution.cc
index aa53f97f83f12c32077cc0cb80b3a8d60e258568..c9335e11e7885d2b4208a7ff53bbc393152d3d8f 100644
--- a/chrome/installer/util/browser_distribution.cc
+++ b/chrome/installer/util/browser_distribution.cc
@@ -262,23 +262,6 @@ 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) {
-}

Powered by Google App Engine
This is Rietveld 408576698