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

Unified Diff: src/plugin/AdblockPlusDomTraverser.h

Issue 5750789393874944: [IE] First round of ATL removal (Closed)
Patch Set: Created June 20, 2014, 9:22 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/AdblockPlusDomTraverser.h
===================================================================
--- a/src/plugin/AdblockPlusDomTraverser.h
+++ b/src/plugin/AdblockPlusDomTraverser.h
@@ -29,12 +29,12 @@
protected:
- bool OnIFrame(IHTMLElement* pEl, const CString& url, CString& indent);
- bool OnElement(IHTMLElement* pEl, const CString& tag, CPluginDomTraverserCache* cache, bool isDebug, CString& indent);
+ bool OnIFrame(IHTMLElement* pEl, const std::wstring & url, std::wstring & indent);
+ bool OnElement(IHTMLElement* pEl, const std::wstring & tag, CPluginDomTraverserCache* cache, bool isDebug, std::wstring & indent);
bool IsEnabled();
- void HideElement(IHTMLElement* pEl, const CString& type, const CString& url, bool isDebug, CString& indent);
+ void HideElement(IHTMLElement* pEl, const std::wstring & type, const std::wstring & url, bool isDebug, std::wstring & indent);
};

Powered by Google App Engine
This is Rietveld