Index: chrome_frame/np_browser_functions.h |
=================================================================== |
--- chrome_frame/np_browser_functions.h (revision 71071) |
+++ chrome_frame/np_browser_functions.h (working copy) |
@@ -140,6 +140,7 @@ |
NPBool ConvertPoint(NPP instance, double sourceX, double sourceY, |
NPCoordinateSpace sourceSpace, double *destX, |
double *destY, NPCoordinateSpace destSpace); |
+void URLRedirectResponse(NPP instance, void* notify_data, NPBool allow); |
// Helper routine that wraps UTF8FromIdentifier to convert a string identifier |
// to an STL string. It's not super efficient since it could possibly do two |