summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_active_document.h
diff options
context:
space:
mode:
authorstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-15 21:48:25 +0000
committerstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-15 21:48:25 +0000
commitc5cbf4e32dbadb45aaac6e7f5dc076382f7054a7 (patch)
treed7074f9e9b9f11246033c85daa70bed3b299a595 /chrome_frame/chrome_active_document.h
parent9b9423cfaa6c65400634b6e86b41f1a524a2f8c4 (diff)
downloadchromium_src-c5cbf4e32dbadb45aaac6e7f5dc076382f7054a7.zip
chromium_src-c5cbf4e32dbadb45aaac6e7f5dc076382f7054a7.tar.gz
chromium_src-c5cbf4e32dbadb45aaac6e7f5dc076382f7054a7.tar.bz2
Small refactoring in preparation of the assassination of HttpNegotiate patch (and possible murder of NavigationManager).
Review URL: http://codereview.chromium.org/2813053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_active_document.h')
-rw-r--r--chrome_frame/chrome_active_document.h3
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,