| Index: src/plugin/PluginWbPassThrough.h |
| =================================================================== |
| --- a/src/plugin/PluginWbPassThrough.h |
| +++ b/src/plugin/PluginWbPassThrough.h |
| @@ -20,8 +20,8 @@ |
| bool m_isCustomResponse; |
| int GetContentTypeFromMimeType(const CString& mimeType); |
| - int GetContentTypeFromURL(const CString& src); |
| - int GetContentType(const CString& mimeType, const std::wstring& domain, const CString& src); |
| + int GetContentTypeFromURL(const std::wstring& src); |
|
sergei
2015/01/06 13:18:18
We use tabs in this file, but here are spaces, it'
Eric
2015/01/06 19:38:59
Even more than inconsistent, the existing code vio
|
| + int GetContentType(const CString& mimeType, const std::wstring& domain, const std::wstring& src); |
| bool IsFlashRequest(const wchar_t* const* additionalHeaders); |
| public: |
| BEGIN_COM_MAP(WBPassthruSink) |