Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5070)

Unified Diff: chrome_frame/chrome_frame_npapi_entrypoints.h

Issue 6223003: Add support in the ChromeFrame NPAPI plugin for receiving URL redirect notifi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/chrome_frame_npapi.cc ('k') | chrome_frame/chrome_frame_npapi_entrypoints.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome_frame/chrome_frame_npapi.cc ('k') | chrome_frame/chrome_frame_npapi_entrypoints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698