diff options
author | pneubeck <pneubeck@chromium.org> | 2014-10-29 04:59:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-29 11:59:36 +0000 |
commit | 9e212cc602be181755013bfec28f89fef6d2b611 (patch) | |
tree | 8e24fa5b76c80aaad637283f3177d4f632844fc2 /chromeos/test | |
parent | d9c9be31fbe444be76489631344847aed62fef43 (diff) | |
download | chromium_src-9e212cc602be181755013bfec28f89fef6d2b611.zip chromium_src-9e212cc602be181755013bfec28f89fef6d2b611.tar.gz chromium_src-9e212cc602be181755013bfec28f89fef6d2b611.tar.bz2 |
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}
Diffstat (limited to 'chromeos/test')
-rw-r--r-- | chromeos/test/data/network/policy/policy_wifi1_update.onc | 17 |
1 files changed, 17 insertions, 0 deletions
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" +} + |