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

Unified Diff: Shared/PluginTypedef.h

Issue 9998007: Initial libadblockplus integration (Closed)
Patch Set: Whitelisting management Created April 11, 2013, 9:06 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 | « Shared/PluginTabBase.cpp ('k') | Shared/PluginUserSettings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Shared/PluginTypedef.h
===================================================================
--- a/Shared/PluginTypedef.h
+++ b/Shared/PluginTypedef.h
@@ -1,26 +1,6 @@
#ifndef _PLUGIN_TYPEDEF_H_
#define _PLUGIN_TYPEDEF_H_
-#ifdef SUPPORT_FILTER
-
-// Filter URL list (url -> version)
-typedef std::map<CString, int> TFilterUrlList;
-
-// Filter file list (filename -> download path)
-typedef std::set<std::pair<CString,CString> > TFilterFileList;
-
-#endif // SUPPORT_FILTER
-
-
-#ifdef SUPPORT_WHITELIST
-
-// Domain list (domain -> reason)
-typedef std::map<CString, int> TDomainList;
-
-// Domain history (domain -> reason)
-typedef std::vector<std::pair<CString, int> > TDomainHistory;
-
-#endif // SUPPORT_WHITELIST
#endif // _PLUGIN_TYPEDEF_H_
« no previous file with comments | « Shared/PluginTabBase.cpp ('k') | Shared/PluginUserSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld