Commit 57b28e1b authored by Oleh Lamzin's avatar Oleh Lamzin Committed by Commit Bot

chromeos: add comment if MAC address source is not specified

Add comment to the ApplyUsbEthernetMacAddressSourceToShill function
if MAC address source is not specified yet.

BUG=b:132240657
TEST=none

Change-Id: I086eacbaeed7ddaf1b3ea4d9568b8cf78210be7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849857Reviewed-by: default avatarOleh Lamzin <lamzin@google.com>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Oleh Lamzin <lamzin@google.com>
Cr-Commit-Position: refs/heads/master@{#705553}
parent 667b83ad
...@@ -139,16 +139,17 @@ class COMPONENT_EXPORT(CHROMEOS_NETWORK) NetworkDeviceHandlerImpl ...@@ -139,16 +139,17 @@ class COMPONENT_EXPORT(CHROMEOS_NETWORK) NetworkDeviceHandlerImpl
void Init(NetworkStateHandler* network_state_handler); void Init(NetworkStateHandler* network_state_handler);
// Apply the current value of |cellular_allow_roaming_| to all existing // Applies the current value of |cellular_allow_roaming_| to all existing
// cellular devices of Shill. // cellular devices of Shill.
void ApplyCellularAllowRoamingToShill(); void ApplyCellularAllowRoamingToShill();
// Apply the current value of |mac_addr_randomization_enabled_| to wifi // Applies the current value of |mac_addr_randomization_enabled_| to wifi
// devices. // devices.
void ApplyMACAddressRandomizationToShill(); void ApplyMACAddressRandomizationToShill();
// Apply the current value of |usb_ethernet_mac_address_source_| to primary // Applies the current value of |usb_ethernet_mac_address_source_| to primary
// enabled USB Ethernet device. // enabled USB Ethernet device. Does nothing if MAC address source is not
// specified yet.
void ApplyUsbEthernetMacAddressSourceToShill(); void ApplyUsbEthernetMacAddressSourceToShill();
void OnSetUsbEthernetMacAddressSourceError( void OnSetUsbEthernetMacAddressSourceError(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment