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

Unified Diff: src/shared/ContentType.h

Issue 5316782940225536: Issue 1557 - Update to the recent libadblockplus to reduce additional updates in the logic later. (Closed)
Patch Set: remove debugging code Created Nov. 24, 2014, 11:09 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
Index: src/shared/ContentType.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/shared/ContentType.h
@@ -0,0 +1,4 @@
+#pragma once
+#include <AdblockPlus/FilterEngine.h>
+
+std::string ContentTypeToString(AdblockPlus::FilterEngine::ContentType contentType);
Eric 2014/12/30 16:56:08 This function is only used for debugging, and thus
sergei 2015/01/13 13:13:14 I'm not sure that it makes sense because linker re

Powered by Google App Engine
This is Rietveld