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/public/browser/resource_dispatcher_host_delegate.h

Issue 8669014: Fix a bug where redirect chain gets lost on process swap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: conditional disabling Created 9 years 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 | « content/common/view_messages.h ('k') | content/public/renderer/navigation_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/resource_dispatcher_host_delegate.h
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
index 50ed0a4228b83bb0485dda39d0541e9bc5d491e4..64fc497592b7ee981d1867300c518a4d22a4f61d 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.h
+++ b/content/public/browser/resource_dispatcher_host_delegate.h
@@ -53,7 +53,8 @@ class ResourceDispatcherHostDelegate {
const content::ResourceContext& resource_context,
bool is_subresource,
int child_id,
- int route_id) = 0;
+ int route_id,
+ bool is_continuation_of_transferred_request) = 0;
// Allows an embedder to add additional resource handlers for a download.
// |is_new_request| is true if this is a request that is just starting, i.e.
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/renderer/navigation_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698