Index: chromeos/network/managed_network_configuration_handler_impl.h |
diff --git a/chromeos/network/managed_network_configuration_handler_impl.h b/chromeos/network/managed_network_configuration_handler_impl.h |
index 4ea2421bd8ac1c496e2d0a390785f249c5c3482c..28866c2a5cd29c9be71b227c9566145d823e44ca 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_; |