| 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..20f05772ec4ab63739472df41107841244f21be5 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);
|
|
|
|
|