diff options
Diffstat (limited to 'chromeos/network/network_state_handler.h')
-rw-r--r-- | chromeos/network/network_state_handler.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h index a4f16f5..20f0577 100644 --- a/chromeos/network/network_state_handler.h +++ b/chromeos/network/network_state_handler.h @@ -348,9 +348,12 @@ class CHROMEOS_EXPORT NetworkStateHandler // Notifies observers when the default network or its properties change. void NotifyDefaultNetworkChanged(const NetworkState* default_network); - // Notifies observers about changes to |network|. + // Notifies observers about changes to |network|, including IPConfg. void NotifyNetworkPropertiesUpdated(const NetworkState* network); + // Notifies observers about changes to |device|, including IPConfigs. + void NotifyDevicePropertiesUpdated(const DeviceState* device); + // Called whenever Device.Scanning state transitions to false. void ScanCompleted(const std::string& type); |