Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "remote_device": ["Galaxy S4", "Galaxy S3"], | |
| 3 "remote_device_os": ["4.4.2", "4.4.4"], | |
| 4 "remote_device_minimum_os": "4.4.2" | |
| 5 "api_address": www.example.com | |
| 6 "api_port": "80", | |
| 7 "api_protocol": "http", | |
| 8 "api_secret": "apisecret", | |
| 9 "api_key": "apikey", | |
| 10 "timeouts": { | |
| 11 "queueing": 600, | |
| 12 "installing": 600, | |
| 13 "in-progress": 1800, | |
| 14 "unknown": 300 | |
| 15 } | |
| 16 } | |
| OLD | NEW |