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

Unified Diff: content/child/resource_dispatcher.h

Issue 268423002: Fix WebURLLoaderImpl::Context leak if a pending request is canceled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rephrase the comment Created 6 years, 7 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 | content/child/resource_dispatcher.cc » ('j') | content/child/resource_dispatcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index 5aabbd4e91880d1c35a25252f5b8c093fe1c2522..93e8580b4e36cc47df235ca6774a94bf1bfc5739 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -113,6 +113,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
int origin_pid;
MessageQueue deferred_message_queue;
bool is_deferred;
+ bool is_canceled;
// Original requested url.
GURL url;
// The security origin of the frame that initiates this request.
« no previous file with comments | « no previous file | content/child/resource_dispatcher.cc » ('j') | content/child/resource_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698