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

Unified Diff: chromeos/test/data/network/translation_of_shill_cellular_with_state.onc

Issue 561073002: Use ONC carrier info in JS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_10a
Patch Set: Rebase Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/test/data/network/shill_cellular_with_state.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
diff --git a/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc b/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
index 05a09d854bcae0892785ccebea4b6a9ddcdde373..c7e175ffdaa30814d0730265e2e4ff4d4101593d 100644
--- a/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
+++ b/chromeos/test/data/network/translation_of_shill_cellular_with_state.onc
@@ -6,6 +6,7 @@
"ActivationType": "OTASP",
"AllowRoaming": true,
"AutoConnect": true,
+ "Carrier": "cellular_provider",
"HomeProvider": {
"country": "us",
"name": "cellular_provider"
@@ -16,6 +17,10 @@
"Country": "test-country",
"Name": "test-name"
},
+ "SupportedCarriers": [
+ "cellular_provider",
+ "generic_provider"
+ ],
"APN": {
"AccessPointName": "test-apn",
"Name": "test-apn-name",
@@ -39,7 +44,7 @@
"Password": "test-password3",
"Username": "test-username3"
}
- ],
+ ],
"SIMLockStatus": {
"LockType": "sim-pin",
"LockEnabled": true
« no previous file with comments | « chromeos/test/data/network/shill_cellular_with_state.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698