 Issue 29331579:
  Issue #1484 - Remove unused argument from 'WBPassthruSink::OnStart'  (Closed)
    
  
    Issue 29331579:
  Issue #1484 - Remove unused argument from 'WBPassthruSink::OnStart'  (Closed) 
  | Index: src/plugin/PluginWbPassThrough.h | 
| =================================================================== | 
| --- a/src/plugin/PluginWbPassThrough.h | 
| +++ b/src/plugin/PluginWbPassThrough.h | 
| @@ -67,7 +67,7 @@ | 
| HRESULT OnStart(LPCWSTR szUrl, IInternetProtocolSink *pOIProtSink, | 
| IInternetBindInfo *pOIBindInfo, DWORD grfPI, HANDLE_PTR dwReserved, | 
| - IInternetProtocol* pTargetProtocol, bool& handled); | 
| + IInternetProtocol* pTargetProtocol); | 
| HRESULT OnRead(void *pv, ULONG cb, ULONG* pcbRead); |