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

Unified Diff: src/plugin/AdblockPlusDomTraverser.h

Issue 29332057: Issue #1234 - Replace CString in the traverser (Closed)
Patch Set: documentUrl arguments Created Dec. 14, 2015, 1:25 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/AdblockPlusDomTraverser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/AdblockPlusDomTraverser.h
===================================================================
--- a/src/plugin/AdblockPlusDomTraverser.h
+++ b/src/plugin/AdblockPlusDomTraverser.h
@@ -46,12 +46,12 @@
protected:
- bool OnIFrame(IHTMLElement* pEl, const std::wstring& url, CString& indent);
- bool OnElement(IHTMLElement* pEl, const CString& tag, CPluginDomTraverserCache* cache, bool isDebug, CString& indent);
+ bool OnIFrame(IHTMLElement* pEl, const std::wstring& url, const std::wstring& indent);
+ bool OnElement(IHTMLElement* pEl, const std::wstring& tag, CPluginDomTraverserCache* cache, bool isDebug, const std::wstring& indent);
bool IsEnabled();
- void HideElement(IHTMLElement* pEl, const CString& type, const std::wstring& url, bool isDebug, CString& indent);
+ void HideElement(IHTMLElement* pEl, const std::wstring& type, const std::wstring& url, bool isDebug, const std::wstring& indent);
};
« no previous file with comments | « no previous file | src/plugin/AdblockPlusDomTraverser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld