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

Unified Diff: content/browser/renderer_host/cross_site_resource_handler.h

Issue 10501004: Refactor the guts of ResourceDispatcherHostImpl into a new class named (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
Index: content/browser/renderer_host/cross_site_resource_handler.h
===================================================================
--- content/browser/renderer_host/cross_site_resource_handler.h (revision 141889)
+++ content/browser/renderer_host/cross_site_resource_handler.h (working copy)
@@ -54,12 +54,15 @@
const GlobalRequestID& global_id,
bool* defer);
+ void ResumeIfDeferred();
+
int render_process_host_id_;
int render_view_id_;
bool has_started_response_;
bool in_cross_site_transition_;
int request_id_;
bool completed_during_transition_;
+ bool did_defer_;
net::URLRequestStatus completed_status_;
std::string completed_security_info_;
ResourceResponse* response_;

Powered by Google App Engine
This is Rietveld 408576698