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

Unified Diff: content/common/frame_messages.h

Issue 1425013004: Single referrer for all savable resources from a given frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 2 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 | « content/browser/download/save_package.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 0e0287497e6b1a3dd437e58dd355fda0ea43c865..ada844fa3a4b5c80804d9b559ac3ac55e52e93de 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -1178,7 +1178,7 @@ IPC_MESSAGE_ROUTED2(FrameHostMsg_DidRunInsecureContent,
IPC_MESSAGE_ROUTED3(FrameHostMsg_SavableResourceLinksResponse,
GURL /* frame URL */,
std::vector<GURL> /* savable resource links */,
- std::vector<content::Referrer> /* referrers */)
+ content::Referrer /* referrer for all the links above */)
// Response to FrameMsg_GetSavableResourceLinks in case the frame contains
// non-savable content (i.e. from a non-savable scheme) or if there were
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698