Index: chrome_frame/chrome_frame_npapi.h |
=================================================================== |
--- chrome_frame/chrome_frame_npapi.h (revision 69128) |
+++ chrome_frame/chrome_frame_npapi.h (working copy) |
@@ -77,6 +77,9 @@ |
void Print(NPPrint* print_info); |
+ // NavigationConstraints method overrides. |
+ virtual bool IsSchemeAllowed(const GURL& url); |
+ |
// NPObject functions, which ensure that the plugin object is scriptable. |
static bool HasMethod(NPObject* obj, NPIdentifier name); |
static bool Invoke(NPObject* header, NPIdentifier name, |