Index: chrome/test/data/chromeos/cros/network-wifi-eap1.onc |
diff --git a/chrome/test/data/chromeos/cros/network-wifi-eap1.onc b/chrome/test/data/chromeos/cros/network-wifi-eap1.onc |
deleted file mode 100644 |
index c2e628c3baadf10a9fcddb307642f31d8eddd0a8..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/chromeos/cros/network-wifi-eap1.onc |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-{ |
- "NetworkConfigurations": [ |
- { |
- "GUID": "{485d6076-dd44-6b6d-69787465725f5045}", |
- "Type": "WiFi", |
- "Name": "My WiFi Network", |
- "WiFi": { |
- "AutoConnect": true, |
- "EAP": { |
- "Outer": "PEAP", |
- "UseSystemCAs": false, |
- "Recommended": [ |
- "AnonymousIdentity", |
- "Identity", |
- "Password" |
- ] |
- }, |
- "SSID": "ssid", |
- "Security": "WPA-EAP" |
- } |
- } |
- ], |
- "Certificates": [], |
- "Type": "UnencryptedConfiguration" |
-} |