Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1713)

Unified Diff: chromeos/network/managed_network_configuration_handler_impl.h

Issue 285233008: Add MacAddress to ONC and networkingPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/network/device_state.cc ('k') | chromeos/network/managed_network_configuration_handler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chromeos/network/device_state.cc ('k') | chromeos/network/managed_network_configuration_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698