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

Unified Diff: chromeos/test/data/network/shill_cellular_with_state.json

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
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",
}
« no previous file with comments | « chromeos/dbus/fake_shill_manager_client.cc ('k') | chromeos/test/data/network/translation_of_shill_cellular_with_state.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698