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

Unified Diff: testing/variations/fieldtrial_testing_config_ios.json

Issue 1638413004: [Autofill] Field trial config for the Frecency experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: testing/variations/fieldtrial_testing_config_ios.json
diff --git a/testing/variations/fieldtrial_testing_config_ios.json b/testing/variations/fieldtrial_testing_config_ios.json
index f7bbd075993d8df3814e8047c384cf23a8e5dae8..eb8c1c852dfa0bfb32b6fe854816ff74f66ecbca 100644
--- a/testing/variations/fieldtrial_testing_config_ios.json
+++ b/testing/variations/fieldtrial_testing_config_ios.json
@@ -1,80 +1,83 @@
-{
- "AutofillFieldMetadata": [
- {
- "group_name": "Enabled"
- }
- ],
- "AutofillProfileOrderByFrecency": [
- {
- "group_name": "EnabledLimitTo3",
- "params": {
- "limit": "3"
- }
- }
- ],
- "ChromotingQUIC": [
- {
- "group_name": "Enabled"
- }
- ],
- "DataCompressionProxyDevRollout": [
- {
- "group_name": "Control"
- },
- {
- "group_name": "Enabled"
- }
- ],
- "DataReductionProxyConfigService": [
- {
- "group_name": "Enabled",
- "params": {
- "minimum_refresh_interval_on_success_msec": "21600000"
- }
- }
- ],
- "PasswordBranding": [
- {
- "group_name": "SmartLockBrandingSavePromptOnly"
- }
- ],
- "QUIC": [
- {
- "group_name": "Enabled",
- "params": {
- "alternate_protocol_probability_threshold": "0.001"
- }
- }
- ],
- "SdchPersistence": [
- {
- "group_name": "Enabled"
- }
- ],
- "SpdyEnableDependencies": [
- {
- "group_name": "Enable"
- }
- ],
- "SyncHttpContentCompression": [
- {
- "group_name": "Enabled"
- },
- {
- "group_name": "Disabled"
- }
- ],
- "TabSyncByRecency": [
- {
- "group_name": "Enabled"
- }
- ],
- "VarationsServiceControl": [
- {
- "group_name": "Interval_30min",
- "params": {
- "fetch_period_min": "30"
- }
- }
- ]
-}
+{
+ "AutofillFieldMetadata": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "AutofillProfileOrderByFrecency": [
+ {
+ "group_name": "EnabledLimitTo3",
+ "params": {
+ "limit": "3"
+ }
+ },
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "ChromotingQUIC": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "DataCompressionProxyDevRollout": [
+ {
+ "group_name": "Control"
+ },
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "DataReductionProxyConfigService": [
+ {
+ "group_name": "Enabled",
+ "params": {
+ "minimum_refresh_interval_on_success_msec": "21600000"
+ }
+ }
+ ],
+ "PasswordBranding": [
+ {
+ "group_name": "SmartLockBrandingSavePromptOnly"
+ }
+ ],
+ "QUIC": [
+ {
+ "group_name": "Enabled",
+ "params": {
+ "alternate_protocol_probability_threshold": "0.001"
+ }
+ }
+ ],
+ "SdchPersistence": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "SpdyEnableDependencies": [
+ {
+ "group_name": "Enable"
+ }
+ ],
+ "SyncHttpContentCompression": [
+ {
+ "group_name": "Enabled"
+ },
+ {
+ "group_name": "Disabled"
+ }
+ ],
+ "TabSyncByRecency": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "VarationsServiceControl": [
+ {
+ "group_name": "Interval_30min",
+ "params": {
+ "fetch_period_min": "30"
+ }
+ }
+ ]
+}
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698