diff options
Diffstat (limited to 'chromeos/network/network_state_handler.h')
-rw-r--r-- | chromeos/network/network_state_handler.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h index 84bd9cb..c45a0d9 100644 --- a/chromeos/network/network_state_handler.h +++ b/chromeos/network/network_state_handler.h @@ -142,10 +142,8 @@ class CHROMEOS_EXPORT NetworkStateHandler // network. Note: O(N). const NetworkState* FirstNetworkByType(const NetworkTypePattern& type) const; - // Returns the hardware (MAC) address for the first connected network - // matching |type|, or an empty string if none is connected. - std::string HardwareAddressForType(const NetworkTypePattern& type) const; - // Same as above but in aa:bb format. + // Returns the aa:bb formatted hardware (MAC) address for the first connected + // network matching |type|, or an empty string if none is connected. std::string FormattedHardwareAddressForType( const NetworkTypePattern& type) const; |