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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 1200383005: Activate prepopulated fieldtrials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codegen_field_trials
Patch Set: rebase Created 5 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 unified diff | Download patch
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "BrowserBlacklist": [ 2 "BrowserBlacklist": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "ChildAccountDetection": [ 7 "ChildAccountDetection": [
8 { 8 {
9 "group_name": "Disabled" 9 "group_name": "Disabled"
10 } 10 }
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 ], 56 ],
57 "SRTPromptFieldTrial": [ 57 "SRTPromptFieldTrial": [
58 { 58 {
59 "group_name": "Default" 59 "group_name": "Default"
60 } 60 }
61 ], 61 ],
62 "SettingsEnforcement": [ 62 "SettingsEnforcement": [
63 { 63 {
64 "group_name": "enforce_always_with_extensions_and_dse" 64 "group_name": "enforce_always_with_extensions_and_dse"
65 } 65 }
66 ],
67 "SyncBackingDatabase32K": [
68 {
69 "group_name": "Enabled"
70 },
71 {
72 "group_name": "Disabled"
73 }
74 ] 66 ]
75 } 67 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698