summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_active_document.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_active_document.h')
-rw-r--r--chrome_frame/chrome_active_document.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/chrome_active_document.h b/chrome_frame/chrome_active_document.h
index 5723e7ff..55ee24f 100644
--- a/chrome_frame/chrome_active_document.h
+++ b/chrome_frame/chrome_active_document.h
@@ -356,6 +356,9 @@ END_EXEC_COMMAND_MAP()
STDMETHOD(GetPrivacyImpacted)(BOOL* privacy_impacted);
STDMETHOD(Next)(BSTR* url, BSTR* policy, LONG* reserved, DWORD* flags);
+ // NavigationConstraints overrides.
+ bool IsSchemeAllowed(const GURL& url);
+
// Accessor for InPlaceMenu. Returns S_OK if set, S_FALSE if NULL.
HRESULT GetInPlaceFrame(IOleInPlaceFrame** in_place_frame);