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-03-24 17:29:22 +0000
committerstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 17:29:22 +0000
commit7c712c995e0024a0d4efe2da62007d87c457b1d0 (patch)
treecdcd6605ad47c9c71d87ee8c185b80b84245ce2a /chrome_frame/chrome_active_document.h
parent3d23353462277ab1cae323570207f5211a7dfe5d (diff)
downloadchromium_src-7c712c995e0024a0d4efe2da62007d87c457b1d0.zip
chromium_src-7c712c995e0024a0d4efe2da62007d87c457b1d0.tar.gz
chromium_src-7c712c995e0024a0d4efe2da62007d87c457b1d0.tar.bz2
Make (&CGID_Explorer, SBCMDID_MIXEDZONE) command more sane.
Add test for navigation to sites in restricted sites zone. Review URL: http://codereview.chromium.org/1217001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_active_document.h')
-rw-r--r--chrome_frame/chrome_active_document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.h b/chrome_frame/chrome_active_document.h
index 56e1822..07d7c20 100644
--- a/chrome_frame/chrome_active_document.h
+++ b/chrome_frame/chrome_active_document.h
@@ -296,7 +296,7 @@ END_EXEC_COMMAND_MAP()
HRESULT IEExec(const GUID* cmd_group_guid, DWORD command_id,
DWORD cmd_exec_opt, VARIANT* in_args, VARIANT* out_args);
- bool IsUrlZoneRestricted(const std::wstring& url);
+ unsigned long MapUrlToZone(const wchar_t* url);
// Parses the URL and returns information whether it is a new navigation and
// the actual url after stripping out the cf: prefix if any.