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

Unified Diff: net/tools/quic/quic_client.h

Issue 1761643004: Remove single line virtual methods that are not overridden anywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@115551866
Patch Set: Update dependency Created 4 years, 10 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/tools/quic/quic_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_client.h
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
index 2134d2e4566cb427958da04616ed7ffc8c977f74..49e49e641dbf867a54914bbf59be7435d3d7f522 100644
--- a/net/tools/quic/quic_client.h
+++ b/net/tools/quic/quic_client.h
@@ -193,9 +193,7 @@ class QuicClient : public QuicClientBase,
return &push_promise_index_;
}
- protected:
virtual QuicPacketWriter* CreateQuicPacketWriter();
- virtual QuicPacketReader* CreateQuicPacketReader();
// If |fd| is an open UDP socket, unregister and close it. Otherwise, do
// nothing.
« no previous file with comments | « no previous file | net/tools/quic/quic_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698