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

Unified Diff: chrome/installer/util/google_chrome_distribution.h

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_distribution.h
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
index 93f1cf9047fa47e8bd05a4107d5a72fce8903c98..e5ad18e15fd0ecf172bbb53230e9610f2504fb44 100644
--- a/chrome/installer/util/google_chrome_distribution.h
+++ b/chrome/installer/util/google_chrome_distribution.h
@@ -105,6 +105,8 @@ class GoogleChromeDistribution : public BrowserDistribution {
const installer::Product& installation,
const FilePath& application_path) OVERRIDE;
+ virtual bool ShouldWriteExperimentLabels() const OVERRIDE;
+
const string16& product_guid() { return product_guid_; }
protected:

Powered by Google App Engine
This is Rietveld 408576698