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

Unified Diff: compiled/storage/FilterStorage.h

Issue 29606600: Issue 5146 - Implement DownloadableSubscription parsing in C++ (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Removed Md5sum and associated code Created Aug. 14, 2018, 12:38 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/main.cpp ('k') | compiled/storage/FilterStorage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/storage/FilterStorage.h
===================================================================
--- a/compiled/storage/FilterStorage.h
+++ b/compiled/storage/FilterStorage.h
@@ -43,11 +43,13 @@
int BINDINGS_EXPORTED IndexOfSubscription(
const Subscription& subscription) const;
Subscription* BINDINGS_EXPORTED GetSubscriptionForFilter(
const Filter& filter) const;
bool BINDINGS_EXPORTED AddSubscription(Subscription& subscription);
bool BINDINGS_EXPORTED RemoveSubscription(Subscription& subscription);
bool BINDINGS_EXPORTED MoveSubscription(Subscription& subscription,
const Subscription* insertBefore);
+ void BINDINGS_EXPORTED ClearSubscriptionFilters(Subscription& subscription);
+
};
ABP_NS_END
« no previous file with comments | « compiled/bindings/main.cpp ('k') | compiled/storage/FilterStorage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld