summaryrefslogtreecommitdiffstats
path: root/chromeos/network/managed_network_configuration_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/managed_network_configuration_handler.h')
-rw-r--r--chromeos/network/managed_network_configuration_handler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/network/managed_network_configuration_handler.h b/chromeos/network/managed_network_configuration_handler.h
index ea7a446..bc58492 100644
--- a/chromeos/network/managed_network_configuration_handler.h
+++ b/chromeos/network/managed_network_configuration_handler.h
@@ -121,6 +121,11 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandler {
const std::string& guid,
::onc::ONCSource* onc_source) const = 0;
+ // Returns the global configuration of the policy of user |userhash| or device
+ // policy if |userhash| is empty.
+ virtual const base::DictionaryValue* GetGlobalConfigFromPolicy(
+ const std::string userhash) const = 0;
+
// Returns the policy with |guid| for profile |profile_path|. If such
// doesn't exist, returns NULL.
virtual const base::DictionaryValue* FindPolicyByGuidAndProfile(