diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-07 23:00:01 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-07 23:00:01 +0000 |
commit | 93b792798207296c98e08336e252288da9b7320f (patch) | |
tree | 43bfd0d9112e16cef6f1d76afdad1f602e624c6b /chrome_frame/utils.h | |
parent | d944adfc26c426db11dcb8a803b454040f6b0875 (diff) | |
download | chromium_src-93b792798207296c98e08336e252288da9b7320f.zip chromium_src-93b792798207296c98e08336e252288da9b7320f.tar.gz chromium_src-93b792798207296c98e08336e252288da9b7320f.tar.bz2 |
Download requests initiated in a ChromeFrame popup window opened via window.open should be reissued
in the current navigation context. We use the attach external tab URL prefix as a cue to identify whether
the navigation should be reissued in a new window.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=84235
BUG=84235
Review URL: http://codereview.chromium.org/7033061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r-- | chrome_frame/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h index da5a2d2..b0352e6 100644 --- a/chrome_frame/utils.h +++ b/chrome_frame/utils.h @@ -302,7 +302,8 @@ HRESULT DoQueryService(const IID& service_id, IUnknown* unk, T** service) { // |headers| can be NULL. HRESULT NavigateBrowserToMoniker(IUnknown* browser, IMoniker* moniker, const wchar_t* headers, IBindCtx* bind_ctx, - const wchar_t* fragment, IStream* post_data); + const wchar_t* fragment, IStream* post_data, + VARIANT* flags); // Raises a flag on the current thread (using TLS) to indicate that an // in-progress navigation should be rendered in chrome frame. |