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

Unified Diff: net/http/http_pipelined_host.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 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 | « net/http/http_pipelined_connection.h ('k') | net/http/http_pipelined_host_forced.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_pipelined_host.h
diff --git a/net/http/http_pipelined_host.h b/net/http/http_pipelined_host.h
index b7732e60a8b8bca37fc0135d5da7b341bbe9435c..bb5ce4d71b2bcbf49787e3632c69ec10f6c4bfdc 100644
--- a/net/http/http_pipelined_host.h
+++ b/net/http/http_pipelined_host.h
@@ -43,6 +43,8 @@ class NET_EXPORT_PRIVATE HttpPipelinedHost {
class Delegate {
public:
+ virtual ~Delegate() {}
+
// Called when a pipelined host has no outstanding requests on any of its
// pipelined connections.
virtual void OnHostIdle(HttpPipelinedHost* host) = 0;
« no previous file with comments | « net/http/http_pipelined_connection.h ('k') | net/http/http_pipelined_host_forced.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698