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

Side by Side Diff: chromeos/test/data/network/translation_of_shill_wimax_with_state.onc

Issue 949783003: Add WiMAX to ONC validation list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browser_tests Created 5 years, 9 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 | « chromeos/test/data/network/translation_of_shill_cellular_with_state.onc ('k') | no next file » | 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 "Connectable": true, 2 "Connectable": true,
3 "ConnectionState": "NotConnected", 3 "ConnectionState": "NotConnected",
4 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", 4 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
5 "Type": "WiMAX", 5 "Type": "WiMAX",
6 "Name": "SomeWiMAX", 6 "Name": "SomeWiMAX",
7 "WiMAX": { 7 "WiMAX": {
8 "AutoConnect": true, 8 "AutoConnect": true,
9 "EAP": {
10 "Identity": "${LOGIN_ID}@my.domain.com",
11 "SaveCredentials": true
12 },
13 "SignalStrength": 10 9 "SignalStrength": 10
14 }, 10 },
15 "Source":"User" 11 "Source":"User"
16 } 12 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_cellular_with_state.onc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698