diff options
Diffstat (limited to 'chrome_frame/chrome_active_document.h')
-rw-r--r-- | chrome_frame/chrome_active_document.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.h b/chrome_frame/chrome_active_document.h index 977ed90..1360ff1 100644 --- a/chrome_frame/chrome_active_document.h +++ b/chrome_frame/chrome_active_document.h @@ -391,7 +391,8 @@ END_EXEC_COMMAND_MAP() // Initiates navigation to the URL passed in. // Returns true on success. - bool LaunchUrl(const std::wstring& url, bool is_new_navigation); + bool LaunchUrl(const std::wstring& url, const std::string& referrer, + bool is_new_navigation); // Handler to set the page font size in Chrome. HRESULT SetPageFontSize(const GUID* cmd_group_guid, |