summaryrefslogtreecommitdiffstats
path: root/chrome_frame/npapi_url_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/npapi_url_request.h')
-rw-r--r--chrome_frame/npapi_url_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/npapi_url_request.h b/chrome_frame/npapi_url_request.h
index eace09d..dfafbe9 100644
--- a/chrome_frame/npapi_url_request.h
+++ b/chrome_frame/npapi_url_request.h
@@ -30,6 +30,7 @@ class NPAPIUrlRequestManager : public PluginUrlRequestManager,
int32 Write(NPStream* stream, int32 offset, int32 len, void* buffer);
NPError DestroyStream(NPStream* stream, NPReason reason);
void UrlNotify(const char* url, NPReason reason, void* notify_data);
+ void UrlRedirectNotify(const char* url, int status, void* notify_data);
private:
// PluginUrlRequestManager implementation. Called from AutomationClient.