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

Unified Diff: src/plugin/PluginWbPassThrough.h

Issue 29332835: Noissue - Clean up in 'WbPassthruSink' (Closed)
Patch Set: Created Dec. 16, 2015, 5:29 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
« no previous file with comments | « no previous file | src/plugin/PluginWbPassThrough.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginWbPassThrough.h
===================================================================
--- a/src/plugin/PluginWbPassThrough.h
+++ b/src/plugin/PluginWbPassThrough.h
@@ -31,16 +31,13 @@
public:
WBPassthruSink();
+ bool m_isCustomResponse;
+
+private:
uint64_t m_currentPositionOfSentPage;
CComPtr<IInternetProtocol> m_pTargetProtocol;
AdblockPlus::FilterEngine::ContentType m_contentType;
std::wstring m_boundDomain;
- bool m_isCustomResponse;
-
-private:
- AdblockPlus::FilterEngine::ContentType GetContentTypeFromMimeType(const std::wstring& mimeType);
- AdblockPlus::FilterEngine::ContentType GetContentTypeFromURL(const std::wstring& src);
- AdblockPlus::FilterEngine::ContentType GetContentType(const std::wstring& mimeType, const std::wstring& domain, const std::wstring& src);
bool IsFlashRequest(const wchar_t* const* additionalHeaders);
public:
« no previous file with comments | « no previous file | src/plugin/PluginWbPassThrough.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld