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

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

Issue 1748773002: Simplify the default browser infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fieldtrial testing 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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 }, 52 },
53 { 53 {
54 "group_name": "Default" 54 "group_name": "Default"
55 } 55 }
56 ], 56 ],
57 "ChromotingQUIC": [ 57 "ChromotingQUIC": [
58 { 58 {
59 "group_name": "Enabled" 59 "group_name": "Enabled"
60 } 60 }
61 ], 61 ],
62 "DefaultBrowserInfobar": [
63 {
64 "group_name": "SettingsText"
65 }
66 ],
62 "DocumentWriteEvaluator": [ 67 "DocumentWriteEvaluator": [
63 { 68 {
64 "enable_features": [ 69 "enable_features": [
65 "DocumentWriteEvaluator" 70 "DocumentWriteEvaluator"
66 ], 71 ],
67 "group_name": "Enabled" 72 "group_name": "Enabled"
68 } 73 }
69 ], 74 ],
70 "EnableGoogleCachedCopyTextExperiment": [ 75 "EnableGoogleCachedCopyTextExperiment": [
71 { 76 {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 ], 366 ],
362 "use-new-media-cache": [ 367 "use-new-media-cache": [
363 { 368 {
364 "enable_features": [ 369 "enable_features": [
365 "use-new-media-cache" 370 "use-new-media-cache"
366 ], 371 ],
367 "group_name": "Enabled" 372 "group_name": "Enabled"
368 } 373 }
369 ] 374 ]
370 } 375 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698