Chromium Code Reviews| Index: chromeos/network/network_state_handler.h |
| diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h |
| index a4f16f5cdf5320f5563ad034afa0d8cab0e59b40..1b87cc53e805e2e4292b06b4de5ee7fc628adc89 100644 |
| --- a/chromeos/network/network_state_handler.h |
| +++ b/chromeos/network/network_state_handler.h |
| @@ -351,6 +351,9 @@ class CHROMEOS_EXPORT NetworkStateHandler |
| // Notifies observers about changes to |network|. |
| void NotifyNetworkPropertiesUpdated(const NetworkState* network); |
| + // Notifies observers about changes to |device|. |
|
pneubeck (no reviews)
2014/07/16 20:29:48
Sounds like all changes should trigger notificatio
stevenjb
2014/07/16 20:51:33
It's likely going to be redundant since the networ
|
| + void NotifyDevicePropertiesUpdated(const DeviceState* device); |
| + |
| // Called whenever Device.Scanning state transitions to false. |
| void ScanCompleted(const std::string& type); |