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

Unified Diff: src/plugin/PluginWbPassThrough.h

Issue 5921969115496448: Issue 1115 - Some yahoo page not correctly shown on IE8 when ABP enabled (Closed)
Patch Set: x Created Jan. 29, 2015, 3:23 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
diff --git a/src/plugin/PluginWbPassThrough.h b/src/plugin/PluginWbPassThrough.h
index c3ae80bfed2c16ddca68d26479d4df2d440c7d0c..04f0bf65d70768be6b6414985a750c1440142c14 100644
--- a/src/plugin/PluginWbPassThrough.h
+++ b/src/plugin/PluginWbPassThrough.h
@@ -37,8 +37,8 @@ public:
bool m_isCustomResponse;
int GetContentTypeFromMimeType(const CString& mimeType);
- int GetContentTypeFromURL(const std::wstring& src);
- int GetContentType(const CString& mimeType, const std::wstring& domain, const std::wstring& src);
+ int GetContentTypeFromURL(const std::wstring& src);
+ int GetContentType(const CString& mimeType, const std::wstring& domain, const std::wstring& src);
Eric 2015/02/02 18:41:58 If you're going to make a change that is just inde
bool IsFlashRequest(const wchar_t* const* additionalHeaders);
public:
BEGIN_COM_MAP(WBPassthruSink)

Powered by Google App Engine
This is Rietveld