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

Unified Diff: net/udp/udp_client_socket.h

Issue 1327923002: Migrates QUIC sessions to a new network when old network is (about to be) disconnected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@home
Patch Set: Naming fixes. Created 5 years 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/udp/udp_client_socket.h
diff --git a/net/udp/udp_client_socket.h b/net/udp/udp_client_socket.h
index b10912d959c285578b2a3336d2f645771687776e..5cfa3016ca5e93bb497a35843da66b40630f00d9 100644
--- a/net/udp/udp_client_socket.h
+++ b/net/udp/udp_client_socket.h
@@ -28,7 +28,7 @@ class NET_EXPORT_PRIVATE UDPClientSocket : public DatagramClientSocket {
// DatagramClientSocket implementation.
int BindToNetwork(NetworkChangeNotifier::NetworkHandle network) override;
int BindToDefaultNetwork() override;
- NetworkChangeNotifier::NetworkHandle GetBoundNetwork() override;
+ NetworkChangeNotifier::NetworkHandle GetBoundNetwork() const override;
int Connect(const IPEndPoint& address) override;
int Read(IOBuffer* buf,
int buf_len,

Powered by Google App Engine
This is Rietveld 408576698