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

Unified Diff: compiled/filter/ElemHideBase.h

Issue 29867635: Issue 6888 - Remove old abp-properties syntax conversion (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Created Aug. 29, 2018, 2:59 a.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 | compiled/filter/ElemHideBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/ElemHideBase.h
===================================================================
--- a/compiled/filter/ElemHideBase.h
+++ b/compiled/filter/ElemHideBase.h
@@ -60,18 +60,17 @@
{
protected:
ElemHideData mData;
public:
static constexpr Type classType = Type::ELEMHIDEBASE;
explicit ElemHideBase(Type type, const String& text, const ElemHideData& data,
const ParsedDomains& parsedDomains);
static Type Parse(DependentString& text, DependentString& error,
- ElemHideData& data, bool& needConversion, ParsedDomains& parsedDomains);
- static DependentString ConvertFilter(String& text, String::size_type& at);
+ ElemHideData& data, ParsedDomains& parsedDomains);
OwnedString BINDINGS_EXPORTED GetSelector() const;
OwnedString BINDINGS_EXPORTED GetSelectorDomain() const;
};
typedef intrusive_ptr<ElemHideBase> ElemHideBasePtr;
-ABP_NS_END
+ABP_NS_END
« no previous file with comments | « no previous file | compiled/filter/ElemHideBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld