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

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

Issue 171973002: Add experiment groups for <link rel=prefetch> experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: sync Created 6 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/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 06237ce59edc498a45f186377fc09c339ee90f3f..0b6cf241bb51a1b19cb32142919d7a250a53a2eb 100644
--- a/chrome/common/metrics/variations/variation_ids.h
+++ b/chrome/common/metrics/variations/variation_ids.h
@@ -304,10 +304,16 @@ enum ReservedVariationID {
EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MIN = 3312051,
EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MAX = 3312099,
+ // <link rel=prefetch> field trial.
+ LINK_REL_PREFETCH_ENABLED_1 = 3312118,
+ LINK_REL_PREFETCH_ENABLED_2 = 3312119,
+ LINK_REL_PREFETCH_DISABLED_1 = 3312120,
+ LINK_REL_PREFETCH_DISABLED_2 = 3312121,
+
// 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 = 3312118,
+ NEXT_ID = 3312122,
// USABLE IDs END HERE.
//
« 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