diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-12 00:25:37 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-12 00:25:37 +0000 |
commit | 56505548c2d50a94fb8eac59cd3ad663301c4129 (patch) | |
tree | 6f502d8f71f6a7188482ce66c930b107127b977f /content/common/view_messages.h | |
parent | c2d9865134afd8c10f392b3bc0b3e9206f9d87a3 (diff) | |
download | chromium_src-56505548c2d50a94fb8eac59cd3ad663301c4129.zip chromium_src-56505548c2d50a94fb8eac59cd3ad663301c4129.tar.gz chromium_src-56505548c2d50a94fb8eac59cd3ad663301c4129.tar.bz2 |
Pass in the full referrer for DownloadFile IPC
BUG=124750
TEST=DownloadTest.LoadURLExternallyReferrerPolicy
Review URL: https://chromiumcodereview.appspot.com/10392050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 4cf55f4..5045b17 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -1604,7 +1604,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_AppCacheAccessed, // Initiates a download based on user actions like 'ALT+click'. IPC_MESSAGE_ROUTED3(ViewHostMsg_DownloadUrl, GURL /* url */, - GURL /* referrer */, + content::Referrer /* referrer */, string16 /* suggested_name */) // Used to go to the session history entry at the given offset (ie, -1 will |