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

Unified Diff: chrome/installer/util/google_chrome_sxs_distribution.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_sxs_distribution.cc
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc
index 157fd74be4280ada3e60e0eef1f9e4c1779ff495..c1c7610ec2100a7d58a0d6e134b0c7cef4b4fc85 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.cc
+++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
@@ -71,6 +71,10 @@ bool GoogleChromeSxSDistribution::AppHostIsSupported() {
return false;
}
+bool GoogleChromeSxSDistribution::ShouldSetExperimentLabels() {
+ return true;
+}
+
string16 GoogleChromeSxSDistribution::ChannelName() {
return kChannelName;
}

Powered by Google App Engine
This is Rietveld 408576698