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

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 4791095586193408: Issue 1591 - Add ELEMHIDE to AdblockPlus::FilterEngine::ContentType enum (Closed)
Patch Set: Created Nov. 21, 2014, 3:52 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/FilterEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/FilterEngine.h
===================================================================
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -159,7 +159,7 @@
CONTENT_TYPE_OBJECT, CONTENT_TYPE_SUBDOCUMENT,
CONTENT_TYPE_DOCUMENT, CONTENT_TYPE_XMLHTTPREQUEST,
CONTENT_TYPE_OBJECT_SUBREQUEST, CONTENT_TYPE_FONT,
- CONTENT_TYPE_MEDIA};
+ CONTENT_TYPE_MEDIA, CONTENT_TYPE_ELEMHIDE};
/**
* Callback type invoked when an update becomes available.
« no previous file with comments | « no previous file | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld