| Index: chrome_frame/chrome_frame_npapi_entrypoints.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_npapi_entrypoints.h (revision 71071)
|
| +++ chrome_frame/chrome_frame_npapi_entrypoints.h (working copy)
|
| @@ -33,7 +33,8 @@
|
| void* notifyData);
|
|
|
| void NPP_Print(NPP instance, NPPrint* print_info);
|
| -
|
| +void NPP_URLRedirectNotify(NPP instance, const char* url, int status,
|
| + void* notify_data);
|
| } // namespace chrome_frame
|
|
|
| #endif // CHROME_FRAME_CHROME_FRAME_NPAPI_ENTRYPOINTS_H_
|
|
|