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

Unified Diff: chrome/browser/chromeos/net/connectivity_state_helper_observer.h

Issue 14587002: Add DefaultNetworkChanged signal for ConnectivityStateHelper observers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « chrome/browser/chromeos/net/connectivity_state_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/net/connectivity_state_helper_observer.h
diff --git a/chrome/browser/chromeos/net/connectivity_state_helper_observer.h b/chrome/browser/chromeos/net/connectivity_state_helper_observer.h
index 4fe943e6808724fd09edc4d9b92f3818045a2837..c907898bdf9e463b8c0ad78a796c7c6b000aeb5f 100644
--- a/chrome/browser/chromeos/net/connectivity_state_helper_observer.h
+++ b/chrome/browser/chromeos/net/connectivity_state_helper_observer.h
@@ -14,6 +14,9 @@ class ConnectivityStateHelperObserver {
public:
// Called when there's a change on the connection manager.
virtual void NetworkManagerChanged() = 0;
+
+ // Called when the default network changes.
+ virtual void DefaultNetworkChanged() = 0;
};
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/net/connectivity_state_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698