| Index: chromeos/test/data/network/shill_cellular_with_state.json
|
| diff --git a/chromeos/test/data/network/shill_cellular_with_state.json b/chromeos/test/data/network/shill_cellular_with_state.json
|
| index 2fd362db15e76e7bbf77134e381b58da963c57f9..82e3fcb5371cc20f1efd63adb405d2402d779c70 100644
|
| --- a/chromeos/test/data/network/shill_cellular_with_state.json
|
| +++ b/chromeos/test/data/network/shill_cellular_with_state.json
|
| @@ -42,6 +42,7 @@
|
| "password": "test-password3"
|
| }
|
| ],
|
| + "Cellular.Carrier": "cellular_provider",
|
| "Cellular.HomeProvider": {
|
| "country": "us",
|
| "name": "cellular_provider"
|
| @@ -49,7 +50,11 @@
|
| "Cellular.SIMLockStatus": {
|
| "LockType": "sim-pin",
|
| "LockEnabled": true
|
| - }
|
| + },
|
| + "Cellular.SupportedCarriers": [
|
| + "cellular_provider",
|
| + "generic_provider"
|
| + ],
|
| },
|
| "Profile": "/profile/default",
|
| }
|
|
|