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

Unified Diff: chrome/browser/autofill/autofill_metrics.cc

Issue 9463035: [Autofill] Add "fp05cc03e1" experiment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_metrics.cc
diff --git a/chrome/browser/autofill/autofill_metrics.cc b/chrome/browser/autofill/autofill_metrics.cc
index b99da96f60aec16b215fb98bf1b82085378d645e..d625bab44d857a4c5500743a9fff38e9ab0e3470 100644
--- a/chrome/browser/autofill/autofill_metrics.cc
+++ b/chrome/browser/autofill/autofill_metrics.cc
@@ -32,6 +32,7 @@ enum ServerExperiment {
PROBABILITY_PICKER_025_CC_THRESHOLD_03,
PROBABILITY_PICKER_025_CONTEXTUAL_CC_THRESHOLD_03,
PROBABILITY_PICKER_025_CONTEXTUAL_CC_THRESHOLD_03_WITH_FALLBACK,
+ PROBABILITY_PICKER_05_CC_NAME_THRESHOLD_03_EXPERIMENT_1,
NUM_SERVER_EXPERIMENTS
};
@@ -235,6 +236,8 @@ void LogServerExperimentId(const std::string& histogram_name,
metric = PROBABILITY_PICKER_025_CONTEXTUAL_CC_THRESHOLD_03;
else if (experiment_id == "fp05cco03cstd")
metric = PROBABILITY_PICKER_025_CONTEXTUAL_CC_THRESHOLD_03_WITH_FALLBACK;
+ else if (experiment_id == "fp05cc03e1")
+ metric = PROBABILITY_PICKER_05_CC_NAME_THRESHOLD_03_EXPERIMENT_1;
DCHECK(metric < NUM_SERVER_EXPERIMENTS);
LogUMAHistogramEnumeration(histogram_name, metric, NUM_SERVER_EXPERIMENTS);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698