From 9e212cc602be181755013bfec28f89fef6d2b611 Mon Sep 17 00:00:00 2001 From: pneubeck Date: Wed, 29 Oct 2014 04:59:10 -0700 Subject: ManagedNetworkConfigurationHandler: Expose status about policy application. Before, it was hard or impossible to track whether a policy application is currently running. Now a notification (PoliciesApplied) and the current status (AnyPolicyApplicationRunning) are exposed. BUG=425049 Review URL: https://codereview.chromium.org/661803005 Cr-Commit-Position: refs/heads/master@{#301817} --- .../test/data/network/policy/policy_wifi1_update.onc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 chromeos/test/data/network/policy/policy_wifi1_update.onc (limited to 'chromeos/test') diff --git a/chromeos/test/data/network/policy/policy_wifi1_update.onc b/chromeos/test/data/network/policy/policy_wifi1_update.onc new file mode 100644 index 0000000..a1360fb --- /dev/null +++ b/chromeos/test/data/network/policy/policy_wifi1_update.onc @@ -0,0 +1,17 @@ +{ + "NetworkConfigurations": [ + { + "GUID": "policy_wifi1", + "Type": "WiFi", + "Name": "Managed wifi1", + "WiFi": { + "Passphrase": "another passphrase", + "Recommended": [ "AutoConnect", "Passphrase" ], + "SSID": "wifi1", + "Security": "WPA-PSK" + } + } + ], + "Type": "UnencryptedConfiguration" +} + -- cgit v1.1