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

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

Issue 581213003: Translate Wimax from Shill -> ONC, fix JS Wimax strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/translation_of_shill_wimax_with_state.onc
diff --git a/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc b/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc
index c8a83f6cfb5562edf36cb4a9576d0a4f290b9748..3be399be9cf80991de9fd777361c074204f98d86 100644
--- a/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc
+++ b/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc
@@ -6,6 +6,10 @@
"Name": "SomeWiMAX",
"WiMAX": {
"AutoConnect": true,
+ "EAP": {
+ "Identity": "${LOGIN_ID}@my.domain.com",
+ "SaveCredentials": true
+ },
"SignalStrength": 10
},
"Source":"User"

Powered by Google App Engine
This is Rietveld 408576698