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

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

Issue 482243002: Use Managed properties for Preferred and Provider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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_wifi_with_state.json
diff --git a/chromeos/test/data/network/shill_wifi_with_state.json b/chromeos/test/data/network/shill_wifi_with_state.json
index 865162b79a32f4bbf425a2958200a012fe96399e..8ae1dc527cf1fefe5b857e33c5a3f93f0c9318e1 100644
--- a/chromeos/test/data/network/shill_wifi_with_state.json
+++ b/chromeos/test/data/network/shill_wifi_with_state.json
@@ -1,9 +1,11 @@
{
"AutoConnect": true,
+ "Connectable": true,
"GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
"Mode": "managed",
"Name": "OpenWrt",
"Passphrase": "some passphrase",
+ "Priority": 1,
"Security": "psk",
"State": "idle",
"Strength": 10,

Powered by Google App Engine
This is Rietveld 408576698