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

Unified Diff: src/plugin/PluginClientBase.h

Issue 10955040: Fix domain whitelisting and remove unused code (Closed)
Patch Set: Created June 25, 2013, 9:42 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/plugin/PluginClientBase.h
===================================================================
--- a/src/plugin/PluginClientBase.h
+++ b/src/plugin/PluginClientBase.h
@@ -67,10 +67,6 @@
static void SetLocalization();
-#ifdef SUPPORT_WHITELIST
- bool IsUrlWhiteListed(const CString& url);
-#endif // SUPPORT_WHITELIST
-
static bool IsValidDomain(const CString& domain);
static CString ExtractDomain(const CString& url);
static CString& UnescapeUrl(CString& url);

Powered by Google App Engine
This is Rietveld