Chromium Code Reviews| Index: chromeos/test/data/network/policy/policy_disallow_autoconnect.onc |
| diff --git a/chromeos/test/data/network/policy/policy_disallow_autoconnect.onc b/chromeos/test/data/network/policy/policy_disallow_autoconnect.onc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0b6370de667f003c124dd1a8bcb5c202f2cc55b5 |
| --- /dev/null |
| +++ b/chromeos/test/data/network/policy/policy_disallow_autoconnect.onc |
| @@ -0,0 +1,8 @@ |
| +{ |
| + "NetworkConfigurations": [ |
| + ], |
| + "GlobalNetworkConfiguration": { |
| + "AllowAutoconnect": false |
| + }, |
| + "Type": "UnencryptedConfiguration" |
| +} |