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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #ifndef _ADBLOCK_PLUS_DOM_TRAVERSER_H_ 1 #ifndef _ADBLOCK_PLUS_DOM_TRAVERSER_H_
2 #define _ADBLOCK_PLUS_DOM_TRAVERSER_H_ 2 #define _ADBLOCK_PLUS_DOM_TRAVERSER_H_
3 3
4 4
5 #include "PluginDomTraverserBase.h" 5 #include "PluginDomTraverserBase.h"
6 6
7 7
8 class CPluginTab; 8 class CPluginTab;
9 9
10 10
(...skipping 11 matching lines...) Expand all
22 22
23 class CPluginDomTraverser : public CPluginDomTraverserBase<CPluginDomTraverserCa che> 23 class CPluginDomTraverser : public CPluginDomTraverserBase<CPluginDomTraverserCa che>
24 { 24 {
25 25
26 public: 26 public:
27 27
28 CPluginDomTraverser(CPluginTab* tab); 28 CPluginDomTraverser(CPluginTab* tab);
29 29
30 protected: 30 protected:
31 31
32 bool OnIFrame(IHTMLElement* pEl, const CString& url, CString& indent); 32 bool OnIFrame(IHTMLElement* pEl, const std::wstring& url, CString& indent);
33 bool OnElement(IHTMLElement* pEl, const CString& tag, CPluginDomTraverserCache * cache, bool isDebug, CString& indent); 33 bool OnElement(IHTMLElement* pEl, const CString& tag, CPluginDomTraverserCache * cache, bool isDebug, CString& indent);
34 34
35 bool IsEnabled(); 35 bool IsEnabled();
36 36
37 void HideElement(IHTMLElement* pEl, const CString& type, const CString& url, b ool isDebug, CString& indent); 37 void HideElement(IHTMLElement* pEl, const CString& type, const std::wstring& u rl, bool isDebug, CString& indent);
38 38
39 }; 39 };
40 40
41 41
42 #endif // _ADBLOCK_PLUS_DOM_TRAVERSER_H_ 42 #endif // _ADBLOCK_PLUS_DOM_TRAVERSER_H_
OLDNEW
« 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