| Index: chromeos/network/network_device_handler.h
|
| diff --git a/chromeos/network/network_device_handler.h b/chromeos/network/network_device_handler.h
|
| index 5f4e81c15b30c21bf04c8da3da3a76e569f9a372..89840741434fdb521f03dda8cd75f7970bf15cea 100644
|
| --- a/chromeos/network/network_device_handler.h
|
| +++ b/chromeos/network/network_device_handler.h
|
| @@ -199,6 +199,10 @@ class CHROMEOS_EXPORT NetworkDeviceHandler {
|
| // available in the future.
|
| virtual void SetCellularAllowRoaming(bool allow_roaming) = 0;
|
|
|
| + // Sets up MAC address randomization if available. This applies to devices
|
| + // which become available in the future.
|
| + virtual void SetMACAddressRandomizationEnabled(bool enabled) = 0;
|
| +
|
| // Attempts to enable or disable TDLS for the specified IP or MAC address for
|
| // the active wifi device.
|
| virtual void SetWifiTDLSEnabled(
|
|
|