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

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

Issue 392053002: Add experiment IDs for new NTP on Android M36+. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add space before = Created 6 years, 5 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/variations/variation_ids.h
diff --git a/chrome/common/variations/variation_ids.h b/chrome/common/variations/variation_ids.h
index 544637a86b22e94a627f494ebe1ee6a1e1a42017..680f2cd3844a416a148a1f86c52ac34ae9cdf07c 100644
--- a/chrome/common/variations/variation_ids.h
+++ b/chrome/common/variations/variation_ids.h
@@ -241,14 +241,18 @@ enum ReservedVariationID {
ANDROID_DEV_BETA_NATIVE_NTP_TWO_URL_BARS = 3311923,
ANDROID_DEV_BETA_NATIVE_NTP_ONE_URL_BAR = 3311924,
ANDROID_DEV_BETA_TABLET_NATIVE_NTP_CONTROL = 3311925,
- ANDROID_DEV_BETA_TABLET_NATIVE_NTP_ONE_URL_BAR = 3311926,
+ ANDROID_DEV_BETA_TABLET_NATIVE_NTP_TWO_URL_BARS = 3311926,
ANDROID_STABLE_NATIVE_NTP_CONTROL_0 = 3311927,
ANDROID_STABLE_NATIVE_NTP_CONTROL_1 = 3311928,
ANDROID_STABLE_NATIVE_NTP_TWO_URL_BARS = 3311929,
ANDROID_STABLE_NATIVE_NTP_ONE_URL_BAR = 3311930,
ANDROID_STABLE_TABLET_NATIVE_NTP_CONTROL_0 = 3311931,
- ANDROID_STABLE_TABLET_NATIVE_NTP_ONE_URL_BAR = 3311932,
+ ANDROID_STABLE_TABLET_NATIVE_NTP_TWO_URL_BARS = 3311932,
ANDROID_STABLE_TABLET_NATIVE_NTP_CONTROL_1 = 3311933,
+ ANDROID_M36_DEV_BETA_NATIVE_NTP_ONE_URL_BAR = 3311934,
+ ANDROID_M36_DEV_BETA_TABLET_NATIVE_NTP_TWO_URL_BARS = 3311935,
+ ANDROID_M36_STABLE_NATIVE_NTP_ONE_URL_BAR = 3311936,
+ ANDROID_M36_STABLE_TABLET_NATIVE_NTP_TWO_URL_BARS = 3311937,
// WebGLDebugRendererInfo trial.
WEBGL_DEBUG_RENDERER_INFO_ENABLED = 3311941,
« 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