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

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

Issue 2291413002: Add testing config for OverlayFullscreenVideo. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 } 293 }
294 ], 294 ],
295 "OfflinePages": [ 295 "OfflinePages": [
296 { 296 {
297 "enable_features": [ 297 "enable_features": [
298 "NTPOfflinePages" 298 "NTPOfflinePages"
299 ], 299 ],
300 "group_name": "EnabledAsBookmarks" 300 "group_name": "EnabledAsBookmarks"
301 } 301 }
302 ], 302 ],
303 "OverlayFullscreenVideo": [
304 {
305 "disable_features": [
306 "overlay-fullscreen-video"
307 ],
308 "group_name": "Disabled"
309 }
310 ],
303 "PageRevisitInstrumentation": [ 311 "PageRevisitInstrumentation": [
304 { 312 {
305 "group_name": "Enabled" 313 "group_name": "Enabled"
306 } 314 }
307 ], 315 ],
308 "ParseHTMLOnMainThread": [ 316 "ParseHTMLOnMainThread": [
309 { 317 {
310 "enable_features": [ 318 "enable_features": [
311 "ParseHTMLOnMainThread" 319 "ParseHTMLOnMainThread"
312 ], 320 ],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 ], 601 ],
594 "use-new-media-cache": [ 602 "use-new-media-cache": [
595 { 603 {
596 "enable_features": [ 604 "enable_features": [
597 "use-new-media-cache" 605 "use-new-media-cache"
598 ], 606 ],
599 "group_name": "Enabled" 607 "group_name": "Enabled"
600 } 608 }
601 ] 609 ]
602 } 610 }
OLDNEW
« 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