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

Unified Diff: net/http/http_transaction.h

Issue 143073006: Minor cleanup of SetQuicServerInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved inlined empty code into .cc file Created 6 years, 11 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 | « net/http/http_network_transaction.cc ('k') | net/http/http_transaction_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_transaction.h
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index 58ea3e085c4988f424700b3d28ce89b566a238e6..ed1b20dac2ffb8298c67c5bfc83d4850027b805b 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -136,7 +136,7 @@ class NET_EXPORT_PRIVATE HttpTransaction {
// SetQuicServerInfo sets a object which reads and writes public information
// about a QUIC server.
- virtual void SetQuicServerInfo(QuicServerInfo* quic_server_info) {};
+ virtual void SetQuicServerInfo(QuicServerInfo* quic_server_info) = 0;
// Populates all of load timing, except for request start times and receive
// headers time.
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/http/http_transaction_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698