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

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: 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
« no previous file with comments | « no previous file | chromeos/network/network_state_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chromeos/network/network_state_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698