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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2626073006: Add Finch testing variations for search geolocation disclosure. (Closed)
Patch Set: oops Created 3 years, 11 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: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index be50a87d9c1debff9506db189847f25886ff4f3f..f6acedf804cb88bc2ca4cc3ae6318d999fefa17b 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2054,6 +2054,48 @@
]
}
],
+ "SearchGeolocationDisclosure": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
rkaplow 2017/01/12 16:30:36 we only support one experiment tested in the test
benwells 2017/01/12 23:29:38 Ah, OK. I've removed all but the first one, which
+ {
+ "name": "EnableNewShow3Each1Day",
+ "enable_features": [
+ "ConsistentOmniboxGeolocation"
+ ]
+ },
+ {
+ "name": "EnableNewShow2Each1Day",
+ "params": {
+ "MaxShowCount": "2"
+ },
+ "enable_features": [
+ "ConsistentOmniboxGeolocation"
+ ]
+ },
+ {
+ "name": "EnableNewShow4Each1Day",
+ "params": {
+ "MaxShowCount": "4"
+ },
+ "enable_features": [
+ "ConsistentOmniboxGeolocation"
+ ]
+ },
+ {
+ "name": "EnableNewShow3Each2Days",
+ "params": {
+ "DaysPerShow": "2"
+ },
+ "enable_features": [
+ "ConsistentOmniboxGeolocation"
+ ]
+ }
+ ]
+ }
+ ],
"SeccompSandboxAndroid": [
{
"platforms": [
« 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