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

Unified Diff: net/spdy/spdy_write_queue.h

Issue 265093004: SPDY: Add a bunch of CHECKs into SpdyWriteQueue to detect re-entrancy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add more removing_writes_. Created 6 years, 8 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/spdy/spdy_write_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_write_queue.h
diff --git a/net/spdy/spdy_write_queue.h b/net/spdy/spdy_write_queue.h
index 3bceb298c01ac99dce121a4ea9eaca22082d6b9f..bd67f6ba38ba3ba8ed149aa717307f32be3af14b 100644
--- a/net/spdy/spdy_write_queue.h
+++ b/net/spdy/spdy_write_queue.h
@@ -78,6 +78,8 @@ class NET_EXPORT_PRIVATE SpdyWriteQueue {
~PendingWrite();
};
+ bool removing_writes_;
+
// The actual write queue, binned by priority.
std::deque<PendingWrite> queue_[NUM_PRIORITIES];
« no previous file with comments | « no previous file | net/spdy/spdy_write_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698