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

Unified Diff: net/quic/chromium/mock_network_change_notifier.h

Issue 2329853002: Introduces ability for session to wait on a migration trigger for a new (Closed)
Patch Set: comments addressed Created 4 years, 3 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 | net/quic/chromium/mock_network_change_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/mock_network_change_notifier.h
diff --git a/net/quic/chromium/mock_network_change_notifier.h b/net/quic/chromium/mock_network_change_notifier.h
index de9ef7a51db7f462a5d240edb55893b1cd6c1791..d81b4efa905bb353b9b88406bc587ae2cd05653b 100644
--- a/net/quic/chromium/mock_network_change_notifier.h
+++ b/net/quic/chromium/mock_network_change_notifier.h
@@ -39,6 +39,9 @@ class MockNetworkChangeNotifier : public NetworkChangeNotifier {
// but does not spin the message loop to actually deliver it.
void QueueNetworkDisconnected(NetworkChangeNotifier::NetworkHandle network);
+ // Delivers a CONNECTED notification to observers.
+ void NotifyNetworkConnected(NetworkChangeNotifier::NetworkHandle network);
+
private:
bool force_network_handles_supported_;
NetworkChangeNotifier::NetworkList connected_networks_;
« no previous file with comments | « no previous file | net/quic/chromium/mock_network_change_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698