Index: chromeos/network/managed_network_configuration_handler.h |
diff --git a/chromeos/network/managed_network_configuration_handler.h b/chromeos/network/managed_network_configuration_handler.h |
index 39107f851aa03ce08e9bf349020f2357e274eafd..805a1edef99807762737ad7d94a20599404af16d 100644 |
--- a/chromeos/network/managed_network_configuration_handler.h |
+++ b/chromeos/network/managed_network_configuration_handler.h |
@@ -107,9 +107,11 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandler { |
// to Shill's profiles and enforced in future configurations until the policy |
// associated with |onc_source| is changed again with this function. For |
// device policies, |userhash| must be empty. |
- virtual void SetPolicy(::onc::ONCSource onc_source, |
- const std::string& userhash, |
- const base::ListValue& network_configs_onc) = 0; |
+ virtual void SetPolicy( |
bartfab (slow)
2013/10/16 12:40:31
Nit: All other parameters are documented. For cons
pneubeck (no reviews)
2013/10/17 10:22:26
Done.
|
+ ::onc::ONCSource onc_source, |
+ const std::string& userhash, |
+ const base::ListValue& network_configs_onc, |
+ const base::DictionaryValue& global_network_config) = 0; |
// Returns the user policy for user |userhash| or device policy, which has |
// |guid|. If |userhash| is empty, only looks for a device policy. If such |