summaryrefslogtreecommitdiffstats
path: root/chromeos/network/managed_network_configuration_handler_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/managed_network_configuration_handler_impl.h')
-rw-r--r--chromeos/network/managed_network_configuration_handler_impl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chromeos/network/managed_network_configuration_handler_impl.h b/chromeos/network/managed_network_configuration_handler_impl.h
index 4ea2421..28866c2 100644
--- a/chromeos/network/managed_network_configuration_handler_impl.h
+++ b/chromeos/network/managed_network_configuration_handler_impl.h
@@ -131,10 +131,9 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandlerImpl
void OnPolicyAppliedToNetwork(const std::string& service_path);
- // Helper method to append "IPConfigs" property to |properties| by extracting
- // them from the associated DeviceState.
- void GetIPConfigs(const std::string& service_path,
- base::DictionaryValue* properties);
+ // Helper method to append associated Device properties to |properties|.
+ void GetDeviceProperties(const std::string& service_path,
+ base::DictionaryValue* properties);
// If present, the empty string maps to the device policy.
UserToPoliciesMap policies_by_user_;