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

Unified Diff: src/plugin/PluginSettings.h

Issue 10955040: Fix domain whitelisting and remove unused code (Closed)
Patch Set: Addressed all issues Created June 25, 2013, 2:19 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
Index: src/plugin/PluginSettings.h
===================================================================
--- a/src/plugin/PluginSettings.h
+++ b/src/plugin/PluginSettings.h
@@ -208,7 +208,6 @@
public:
void AddWhiteListedDomain(const CString& domain);
void RemoveWhiteListedDomain(const CString& domain);
- bool IsWhiteListedDomain(const CString& domain) const;
int GetWhiteListedDomainCount() const;
std::vector<std::string> GetWhiteListedDomainList();
#endif //SUPPORT_WHITELIST

Powered by Google App Engine
This is Rietveld