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. |
// |