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

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

Issue 2178573002: CL for perf tryjob on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "NTPOfflinePages" 253 "NTPOfflinePages"
254 ], 254 ],
255 "group_name": "EnabledAsBookmarks" 255 "group_name": "EnabledAsBookmarks"
256 } 256 }
257 ], 257 ],
258 "PageRevisitInstrumentation": [ 258 "PageRevisitInstrumentation": [
259 { 259 {
260 "group_name": "Enabled" 260 "group_name": "Enabled"
261 } 261 }
262 ], 262 ],
263 "PassiveDocumentEventListeners": [
264 {
265 "enable_features": [
266 "PassiveDocumentEventListeners"
267 ],
268 "group_name": "Enabled"
269 }
270 ],
263 "PasswordBranding": [ 271 "PasswordBranding": [
264 { 272 {
265 "group_name": "SmartLockBrandingSavePromptOnly" 273 "group_name": "SmartLockBrandingSavePromptOnly"
266 } 274 }
267 ], 275 ],
268 "PasswordManagerSettingsMigration": [ 276 "PasswordManagerSettingsMigration": [
269 { 277 {
270 "group_name": "Enable" 278 "group_name": "Enable"
271 } 279 }
272 ], 280 ],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 ], 561 ],
554 "use-new-media-cache": [ 562 "use-new-media-cache": [
555 { 563 {
556 "enable_features": [ 564 "enable_features": [
557 "use-new-media-cache" 565 "use-new-media-cache"
558 ], 566 ],
559 "group_name": "Enabled" 567 "group_name": "Enabled"
560 } 568 }
561 ] 569 ]
562 } 570 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698