Index: chrome_frame/chrome_active_document.h |
=================================================================== |
--- chrome_frame/chrome_active_document.h (revision 68895) |
+++ chrome_frame/chrome_active_document.h (working copy) |
@@ -356,6 +356,9 @@ |
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); |