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