Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: chromeos/network/network_state_handler.h

Issue 395523004: Add DevicePropertiesUpdated to NetworkStateHandlerObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for IPconfig(s) and add test Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « no previous file | chromeos/network/network_state_handler.cc » ('j') | chromeos/network/network_state_handler_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698