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

Unified Diff: chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc

Issue 647783005: Set Service property ManagedCredentials for managed networks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/policy/policy_wifi1_autoconnect.onc
diff --git a/chromeos/test/data/network/policy/policy_wifi1.onc b/chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
similarity index 80%
copy from chromeos/test/data/network/policy/policy_wifi1.onc
copy to chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
index e601c951ec90648a00a600e19c52b70c34b29994..e07e76b1bb9ab57ba98045ff84f47e5c53546cb3 100644
--- a/chromeos/test/data/network/policy/policy_wifi1.onc
+++ b/chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
@@ -5,8 +5,9 @@
"Type": "WiFi",
"Name": "Managed wifi1",
"WiFi": {
+ "AutoConnect": true,
"Passphrase": "policy's passphrase",
- "Recommended": [ "AutoConnect", "Passphrase" ],
+ "Recommended": [ "Passphrase" ],
"SSID": "wifi1",
"Security": "WPA-PSK"
}

Powered by Google App Engine
This is Rietveld 408576698