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

Unified Diff: chrome_frame/np_browser_functions.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_entrypoints.cc ('k') | chrome_frame/np_browser_functions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome_frame/chrome_frame_npapi_entrypoints.cc ('k') | chrome_frame/np_browser_functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698