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

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

Issue 759663004: ONC: add support for non-utf-8 SSIDs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed issues Created 6 years, 1 month 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/toplevel_wifi_hexssid.onc
diff --git a/chromeos/test/data/network/toplevel_wifi_open.onc b/chromeos/test/data/network/toplevel_wifi_hexssid.onc
similarity index 90%
copy from chromeos/test/data/network/toplevel_wifi_open.onc
copy to chromeos/test/data/network/toplevel_wifi_hexssid.onc
index 2b338c48017bf6144f37450572b0a98066f5816f..471a0bbe6191ca8732f4d264f1e2c0cf2ffa72c9 100644
--- a/chromeos/test/data/network/toplevel_wifi_open.onc
+++ b/chromeos/test/data/network/toplevel_wifi_hexssid.onc
@@ -6,7 +6,7 @@
"Type": "WiFi",
"Name": "My WiFi Network",
"WiFi": {
- "SSID": "ssid-none",
+ "HexSSID": "476F6F676C65",
"Security": "None"
}
}

Powered by Google App Engine
This is Rietveld 408576698