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

Unified Diff: chrome/common/metrics/variation_ids.h

Issue 10317011: Associate variation IDs with uniformity trials. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: kUniformityBase = kMinID Created 8 years, 8 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics/variation_ids.h
diff --git a/chrome/common/metrics/variation_ids.h b/chrome/common/metrics/variation_ids.h
index 8e79b4e0b0871ac27f499fbc79be50500827da49..0be64d66cbb060a03ca327c98d8235b1ee6c183c 100644
--- a/chrome/common/metrics/variation_ids.h
+++ b/chrome/common/metrics/variation_ids.h
@@ -45,6 +45,13 @@ enum ID {
// use. Please do not use values in this range.
kMinimumID = 3300000,
+ kUniformity1PercentBase = kMinimumID,
+ kUniformity5PercentBase = kUniformity1PercentBase + 100,
+ kUniformity10PercentBase = kUniformity5PercentBase + 20,
+ kUniformity20PercentBase = kUniformity10PercentBase + 10,
+ kUniformity50PercentBase = kUniformity20PercentBase + 5,
+ kUniformityTrialsMax = 3300136,
+
// Some values reserved for unit and integration tests.
kTestValueA = 3300200,
kTestValueB = 3300201,
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698