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

Unified Diff: src/plugin/AdblockPlusDomTraverser.h

Issue 4912420225024000: Issue #1234 - Convert strings associated with URL's (Closed)
Patch Set: Created Jan. 5, 2015, 4:15 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') | src/plugin/PluginDomTraverserBase.h » ('J')
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
@@ -29,12 +29,12 @@
protected:
- bool OnIFrame(IHTMLElement* pEl, const CString& url, CString& indent);
+ bool OnIFrame(IHTMLElement* pEl, const std::wstring& url, CString& indent);
bool OnElement(IHTMLElement* pEl, const CString& tag, CPluginDomTraverserCache* cache, bool isDebug, CString& indent);
bool IsEnabled();
- void HideElement(IHTMLElement* pEl, const CString& type, const CString& url, bool isDebug, CString& indent);
+ void HideElement(IHTMLElement* pEl, const CString& type, const std::wstring& url, bool isDebug, CString& indent);
};
« no previous file with comments | « no previous file | src/plugin/AdblockPlusDomTraverser.cpp » ('j') | src/plugin/PluginDomTraverserBase.h » ('J')

Powered by Google App Engine
This is Rietveld