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

Unified Diff: chrome_frame/chrome_frame_npapi.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 | « no previous file | chrome_frame/chrome_frame_npapi.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_npapi.h
===================================================================
--- chrome_frame/chrome_frame_npapi.h (revision 71071)
+++ chrome_frame/chrome_frame_npapi.h (working copy)
@@ -74,6 +74,7 @@
NPError DestroyStream(NPStream* stream, NPReason reason);
void Print(NPPrint* print_info);
+ void URLRedirectNotify(const char* url, int status, void* notify_data);
// NPObject functions, which ensure that the plugin object is scriptable.
static bool HasMethod(NPObject* obj, NPIdentifier name);
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_npapi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698