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

Unified Diff: net/http/http_pipelined_host_pool.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix & rebase Created 7 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
« cc/video_frame_provider.h ('K') | « net/http/http_pipelined_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_pipelined_host_pool.h
diff --git a/net/http/http_pipelined_host_pool.h b/net/http/http_pipelined_host_pool.h
index 3ab94180e859a4bd78f7d0a2bc520e93d8cbff69..13670c39ebb4110ef3aefabfbf2904fbc9b777b0 100644
--- a/net/http/http_pipelined_host_pool.h
+++ b/net/http/http_pipelined_host_pool.h
@@ -31,6 +31,8 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostPool
public:
class Delegate {
public:
+ virtual ~Delegate() {}
+
// Called when a HttpPipelinedHost has new capacity. Attempts to allocate
// any pending pipeline-capable requests to pipelines.
virtual void OnHttpPipelinedHostHasAdditionalCapacity(
« cc/video_frame_provider.h ('K') | « net/http/http_pipelined_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698