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

Unified Diff: src/plugin/PluginWbPassThrough.h

Issue 4912420225024000: Issue #1234 - Convert strings associated with URL's (Closed)
Patch Set: Created Jan. 5, 2015, 4:15 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
@@ -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)

Powered by Google App Engine
This is Rietveld