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

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 Created 8 years, 1 month 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..f6181ebeb44bc29cf0e8f89987d8c915de169d49 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::ShouldWriteExperimentLabels() const {
+ return true;
grt (UTC plus 2) 2012/11/24 02:58:37 Note: GCAPI doesn't have facilities for changing t
SteveT 2012/11/26 20:45:06 Hmm, well I guess this "ShouldWriteExperimentLabel
grt (UTC plus 2) 2012/11/26 21:19:05 What I meant was that the original GCAPI code didn
+}
+
string16 GoogleChromeSxSDistribution::ChannelName() {
return kChannelName;
}

Powered by Google App Engine
This is Rietveld 408576698