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: Rebased Created Oct. 21, 2014, 6:26 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_blockedInTransaction;
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);
+ int GetContentType(const CString& mimeType, const std::wstring& domain, const std::wstring& src);
public:
BEGIN_COM_MAP(WBPassthruSink)
COM_INTERFACE_ENTRY(IHttpNegotiate)

Powered by Google App Engine
This is Rietveld