| Index: src/plugin/PluginWbPassThrough.h |
| =================================================================== |
| --- a/src/plugin/PluginWbPassThrough.h |
| +++ b/src/plugin/PluginWbPassThrough.h |
| @@ -22,6 +22,7 @@ |
| int GetContentTypeFromMimeType(const CString& mimeType); |
| int GetContentTypeFromURL(const CString& src); |
| int GetContentType(const CString& mimeType, const std::wstring& domain, const CString& src); |
| + bool IsFlashRequest(); |
| public: |
| BEGIN_COM_MAP(WBPassthruSink) |
| COM_INTERFACE_ENTRY(IHttpNegotiate) |
| @@ -81,5 +82,4 @@ |
| STDMETHODIMP UnlockRequest() override; |
| bool m_shouldSupplyCustomContent; |
| - bool m_hasOriginalStartCalled; |
| }; |