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

Unified Diff: chromeos/network/network_state_handler.h

Issue 2471723002: chromeos: networkingPrivate: Set active proxy values (Closed)
Patch Set: Rebase + Feedback Created 4 years, 1 month 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 b752227708f59086e83ce3f4bef30dc7d7ac2689..affb1febaf8c4d00eabed4abe6dca89bc9bfa18e 100644
--- a/chromeos/network/network_state_handler.h
+++ b/chromeos/network/network_state_handler.h
@@ -215,6 +215,11 @@ class CHROMEOS_EXPORT NetworkStateHandler
// properties actually changed.
void RequestUpdateForNetwork(const std::string& service_path);
+ // Informs NetworkStateHandler to notify observers that the properties for
+ // the network may have changed. Called e.g. when the proxy properties may
+ // have changed.
+ void SendUpdateNotificationForNetwork(const std::string& service_path);
+
// Clears the last_error value for the NetworkState for |service_path|.
void ClearLastErrorForNetwork(const std::string& service_path);

Powered by Google App Engine
This is Rietveld 408576698