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

Unified Diff: testing/variations/fieldtrial_testing_config_android.json

Issue 2076463002: [Custom Tabs] Implement "Read It Later" Behind a Flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: testing/variations/fieldtrial_testing_config_android.json
diff --git a/testing/variations/fieldtrial_testing_config_android.json b/testing/variations/fieldtrial_testing_config_android.json
index 3a22f8a64bf8685776bf0acd6ec6f94e9bdf8551..7508002f5f77249ecb766ca922cec10555a48b94 100644
--- a/testing/variations/fieldtrial_testing_config_android.json
+++ b/testing/variations/fieldtrial_testing_config_android.json
@@ -302,6 +302,20 @@
"group_name": "Enabled"
}
],
+ "ReadItLater": [
+ {
+ "enable_features": [
+ "ReadItLaterInMenu"
+ ],
+ "group_name": "Enabled"
+ },
+ {
+ "disable_features": [
+ "ReadItLaterInMenu"
+ ],
+ "group_name": "Control"
+ }
Ilya Sherman 2016/06/16 03:57:50 Please omit the control group -- only the new grou
Ian Wen 2016/06/16 21:09:00 Did you mean that I just remove the entire second
Ilya Sherman 2016/06/16 23:12:53 Exactamundo =)
+ ],
"ReaderModeUI": [
{
"group_name": "AdaBoost"

Powered by Google App Engine
This is Rietveld 408576698