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

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

Issue 2319343004: Makes migration on write error asynchronous to avoid reentrancy issues (Closed)
Patch Set: Cleaning up. 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
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 e5316f8944fffeb26750578d7567130759d478f1..844ad673e9d21b5cd9a544413c83140f076df11b 100644
--- a/net/quic/chromium/mock_network_change_notifier.h
+++ b/net/quic/chromium/mock_network_change_notifier.h
@@ -27,8 +27,12 @@ class MockNetworkChangeNotifier : public NetworkChangeNotifier {
void NotifyNetworkMadeDefault(NetworkChangeNotifier::NetworkHandle network);
+ void QueueNetworkMadeDefault(NetworkChangeNotifier::NetworkHandle network);
Ryan Hamilton 2016/09/10 16:40:34 Can you add some comments. It's not obvious how th
Jana 2016/09/10 23:08:30 Done.
+
void NotifyNetworkDisconnected(NetworkChangeNotifier::NetworkHandle network);
+ void QueueNetworkDisconnected(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') | net/quic/chromium/quic_chromium_client_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698