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

Unified Diff: chrome_frame/protocol_sink_wrap.h

Issue 12178023: Merge 179932 - Ensure that ChromeFrame does not interfere with non ChromeFrame requests initiated b… (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 10 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/protocol_sink_wrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/protocol_sink_wrap.h
===================================================================
--- chrome_frame/protocol_sink_wrap.h (revision 180481)
+++ chrome_frame/protocol_sink_wrap.h (working copy)
@@ -40,8 +40,11 @@
IInternetProtocol* this_object, DWORD options);
typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_UnlockRequest_Fn)(
IInternetProtocol* this_object);
+typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_Abort_Fn)(
+ IInternetProtocol* this_object, HRESULT hr, DWORD options);
+typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_Terminate_Fn)(
+ IInternetProtocol* this_object, DWORD options);
-
class ProtData;
// A class to wrap protocol sink in IInternetProtocol::Start[Ex] for
« no previous file with comments | « no previous file | chrome_frame/protocol_sink_wrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698