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

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

Issue 1857443002: Plumb experiment flags through page_load_metrics and add a new observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page_load_experiments
Patch Set: clean up unit tests Created 4 years, 8 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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 { 42 {
43 "group_name": "Enabled" 43 "group_name": "Enabled"
44 } 44 }
45 ], 45 ],
46 "DocumentWriteEvaluator": [ 46 "DocumentWriteEvaluator": [
47 { 47 {
48 "enable_features": [ 48 "enable_features": [
49 "DocumentWriteEvaluator" 49 "DocumentWriteEvaluator"
50 ], 50 ],
51 "group_name": "Enabled" 51 "group_name": "Enabled"
52 },
53 {
54 "group_name": "Default"
52 } 55 }
53 ], 56 ],
54 "EnableGoogleCachedCopyTextExperiment": [ 57 "EnableGoogleCachedCopyTextExperiment": [
55 { 58 {
56 "group_name": "Button" 59 "group_name": "Button"
57 } 60 }
58 ], 61 ],
59 "EnableSessionCrashedBubbleUI": [ 62 "EnableSessionCrashedBubbleUI": [
60 { 63 {
61 "group_name": "Enabled" 64 "group_name": "Enabled"
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 262 ],
260 "use-new-media-cache": [ 263 "use-new-media-cache": [
261 { 264 {
262 "enable_features": [ 265 "enable_features": [
263 "use-new-media-cache" 266 "use-new-media-cache"
264 ], 267 ],
265 "group_name": "Enabled" 268 "group_name": "Enabled"
266 } 269 }
267 ] 270 ]
268 } 271 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698