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

Unified Diff: compiled/filter/Filter.h

Issue 29385742: Issue 4127 - [emscripten] Convert subscription classes to C++ - Part 2 (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Rebased Created April 13, 2017, 1:01 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 | « compiled/bindings.ipp ('k') | compiled/filter/Filter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/Filter.h
===================================================================
--- a/compiled/filter/Filter.h
+++ b/compiled/filter/Filter.h
@@ -42,20 +42,16 @@ public:
VALUE_COUNT = 8
};
explicit Filter(Type type, const String& text);
~Filter();
Type mType;
- /* TODO
- std::vector<Subscription> mSubscriptions;
- */
-
EMSCRIPTEN_KEEPALIVE const String& GetText() const
{
return mText;
}
EMSCRIPTEN_KEEPALIVE OwnedString Serialize() const;
static EMSCRIPTEN_KEEPALIVE Filter* FromText(DependentString& text);
« no previous file with comments | « compiled/bindings.ipp ('k') | compiled/filter/Filter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld