Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginWbPassThrough.h

Issue 29332980: Issue #1484 - Use the currently distributed version of PassthroughAPP unaltered
Patch Set: use OnStartEx() instead of OnStart() Created Dec. 23, 2015, 3:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/plugin/PluginWbPassThrough.h
===================================================================
--- a/src/plugin/PluginWbPassThrough.h
+++ b/src/plugin/PluginWbPassThrough.h
@@ -65,7 +65,7 @@
/* [in] */ LPCWSTR szRequestHeaders,
/* [out] */ LPWSTR* pszAdditionalRequestHeaders);
- HRESULT OnStart(LPCWSTR szUrl, IInternetProtocolSink* pOIProtSink,
+ HRESULT OnStartEx(IUri* pUri, IInternetProtocolSink* pOIProtSink,
sergei 2016/02/26 19:53:56 There is still Start method which calls OnStart, i
Eric 2016/05/19 16:10:19 It doesn't appear to be called at all. I verified
IInternetBindInfo* pOIBindInfo, DWORD grfPI, HANDLE_PTR dwReserved,
IInternetProtocol* pTargetProtocol);

Powered by Google App Engine
This is Rietveld