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 Oct. 14, 2014, 10:17 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
@@ -17,8 +17,8 @@
CComPtr<IInternetProtocol> m_pTargetProtocol;
int GetContentTypeFromMimeType(CString mimeType);
- int GetContentTypeFromURL(CString src);
- int GetContentType(CString mimeType, std::wstring domain, CString src);
+ int GetContentTypeFromURL(std::wstring src);
+ int GetContentType(CString mimeType, std::wstring domain, std::wstring src);
sergei 2014/10/17 10:10:12 see comments in cpp file
public:
BEGIN_COM_MAP(WBPassthruSink)
COM_INTERFACE_ENTRY(IHttpNegotiate)

Powered by Google App Engine
This is Rietveld