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

Unified Diff: content/browser/download/save_package.h

Issue 1422473004: Vector-of-structs (instead of struct-of-vectors) in "savable resources" IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page-serialization-original-url-yay
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
« no previous file with comments | « no previous file | content/browser/download/save_package.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/save_package.h
diff --git a/content/browser/download/save_package.h b/content/browser/download/save_package.h
index e86fb517a3939e2b0ec90107b830f1eeeaae371e..4f5eac840cdc4ee8df966680a6f68d8a987ee885 100644
--- a/content/browser/download/save_package.h
+++ b/content/browser/download/save_package.h
@@ -35,6 +35,7 @@ class DownloadItemImpl;
class DownloadManagerImpl;
class FrameTreeNode;
class RenderFrameHostImpl;
+struct SavableSubframe;
class SaveFileManager;
class SaveItem;
class SavePackage;
@@ -200,8 +201,7 @@ class CONTENT_EXPORT SavePackage
RenderFrameHostImpl* sender,
const std::vector<GURL>& resources_list,
const Referrer& referrer,
- const std::vector<GURL>& subframe_original_urls,
- const std::vector<int>& subframe_routing_ids);
+ const std::vector<SavableSubframe>& subframes);
// Helper for finding or creating a SaveItem with the given parameters.
SaveItem* FindOrCreatePendingSaveItem(
« no previous file with comments | « no previous file | content/browser/download/save_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698