| Index: chrome/test/data/chromeos/network_settings/settings_with_normalization.json
|
| diff --git a/chrome/test/data/chromeos/network_settings/settings_with_normalization.json b/chrome/test/data/chromeos/network_settings/settings_with_normalization.json
|
| deleted file mode 100644
|
| index 08a78a43085b12cec27d3b30fd4742966ba2da0a..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/chromeos/network_settings/settings_with_normalization.json
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -{
|
| - "ethernet-and-vpn": {
|
| - "Recommended": [],
|
| - "GUID": "guid",
|
| - "Type": "Ethernet",
|
| - "Name": "name",
|
| - "Ethernet": {
|
| - "Authentication": "None"
|
| - },
|
| - "VPN": {
|
| - "Type": "L2TP-IPsec",
|
| - "Host": "some.host.org",
|
| - "IPsec": {
|
| - "AuthenticationType": "PSK",
|
| - "IKEVersion": 1,
|
| - "PSK": "some_preshared_key",
|
| - "SaveCredentials": true
|
| - },
|
| - "L2TP": {
|
| - "Username": "some username",
|
| - "Password": "some password"
|
| - }
|
| - }
|
| - },
|
| - "ethernet-and-vpn-normalized": {
|
| - "GUID": "guid",
|
| - "Type": "Ethernet",
|
| - "Name": "name",
|
| - "Ethernet": {
|
| - "Authentication": "None"
|
| - }
|
| - },
|
| -}
|
|
|