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

Unified Diff: src/plugin/passthroughapp/SinkPolicy.h

Issue 29331590: Issue #1484 - Make PassthroughAPP a pass-through again (Closed)
Patch Set: Created Nov. 30, 2015, 1:48 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/passthroughapp/SinkPolicy.h
===================================================================
--- a/src/plugin/passthroughapp/SinkPolicy.h
+++ b/src/plugin/passthroughapp/SinkPolicy.h
@@ -172,7 +172,7 @@
HRESULT OnStart(LPCWSTR szUrl,
IInternetProtocolSink *pOIProtSink, IInternetBindInfo *pOIBindInfo,
DWORD grfPI, HANDLE_PTR dwReserved,
- IInternetProtocol* pTargetProtocol);
+ IInternetProtocol* pTargetProtocol) const;
static Sink* GetSink(const Protocol* pProtocol);

Powered by Google App Engine
This is Rietveld