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

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.h

Issue 1484093002: Allowing multiple SaveItems to have same URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nested-frames-more-involved-fix
Patch Set: Rebasing... Created 5 years, 1 month 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/loader/resource_dispatcher_host_impl.h
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
index d9105fa52d8c2a3d7c858dbbf0cc7f5435bb13de..91ad07601ce0b1fba7100a4268a5d38cb3e7ee38 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -128,6 +128,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
// request from the renderer or another child process).
void BeginSaveFile(const GURL& url,
const Referrer& referrer,
+ int save_item_id,
int save_package_id,
int child_id,
int render_view_route_id,

Powered by Google App Engine
This is Rietveld 408576698