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

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

Issue 11280067: Refactor SetOmahaExperimentLabel out of gcpai and into install_util. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase; grt comments; unit tests Created 7 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/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 836cf1fc3706cfc7a00aae61bddd3a6b93b22524..ce7d65782b30fb7e77cf40068fe3296f0da01bc9 100644
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
@@ -175,3 +175,8 @@ bool GoogleChromeDistribution::BuildUninstallMetricsString(
NOTREACHED();
return false;
}
+
+bool GoogleChromeDistribution::ShouldSetExperimentLabels() {
+ NOTREACHED();
+ return false;
+}

Powered by Google App Engine
This is Rietveld 408576698