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

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

Issue 12224093: Associate Google Update experiment IDs with the BookmarkPrompt trial. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Headers Created 7 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 | « chrome/browser/ui/bookmarks/bookmark_prompt_controller.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/variations/variation_ids.h
diff --git a/chrome/common/metrics/variations/variation_ids.h b/chrome/common/metrics/variations/variation_ids.h
index b9884d4f5325f9fe0e1c87af2759b6298f190584..d30249fa3fc24dbbbdebf97431d4887cbd4c2b02 100644
--- a/chrome/common/metrics/variations/variation_ids.h
+++ b/chrome/common/metrics/variations/variation_ids.h
@@ -168,10 +168,15 @@ enum VariationID {
AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_ID_MIN = 3310086,
AUTOCOMPLETE_DYANMIC_FIELD_TRIAL_ID_MAX = 3310185,
+ // BookmarkPrompt field trial.
+ BOOKMARK_PROMPT_TRIAL_DEFAULT = 3310186,
+ BOOKMARK_PROMPT_TRIAL_CONTROL = 3310187,
+ BOOKMARK_PROMPT_TRIAL_EXPERIMENT = 3310188,
+
// NEXT ID: When adding new IDs, please add them above this section, starting
// with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved
// range) + 1.
- NEXT_ID = 3310186,
+ NEXT_ID = 3310189,
// USABLE IDs END HERE.
//
« no previous file with comments | « chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698