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

Unified Diff: chrome/installer/util/google_chrome_distribution_dummy.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/google_chrome_distribution_dummy.cc
diff --git a/chrome/installer/util/google_chrome_distribution_dummy.cc b/chrome/installer/util/google_chrome_distribution_dummy.cc
index 1d75ea2552b9d330e3b553566629f551eb7f1ee1..d8c89b090a1ddac574796331d3e82782f9c90fc7 100644
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
@@ -143,26 +143,11 @@ void GoogleChromeDistribution::UpdateInstallStatus(bool system_install,
NOTREACHED();
}
-bool GoogleChromeDistribution::GetExperimentDetails(
- UserExperiment* experiment, int flavor) {
+bool GoogleChromeDistribution::ShouldSetExperimentLabels() {
NOTREACHED();
return false;
}
-void GoogleChromeDistribution::LaunchUserExperiment(
- const base::FilePath& setup_path, installer::InstallStatus status,
- const Version& version, const installer::Product& product,
- bool system_level) {
- NOTREACHED();
-}
-
-void GoogleChromeDistribution::InactiveUserToastExperiment(int flavor,
- const string16& experiment_group,
- const installer::Product& installation,
- const base::FilePath& application_path) {
- NOTREACHED();
-}
-
bool GoogleChromeDistribution::ExtractUninstallMetricsFromFile(
const base::FilePath& file_path, string16* uninstall_metrics_string) {
NOTREACHED();
@@ -180,8 +165,3 @@ bool GoogleChromeDistribution::BuildUninstallMetricsString(
NOTREACHED();
return false;
}
-
-bool GoogleChromeDistribution::ShouldSetExperimentLabels() {
- NOTREACHED();
- return false;
-}

Powered by Google App Engine
This is Rietveld 408576698