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

Unified Diff: src/plugin/PluginSettings.h

Issue 5081266177179648: Issue 1104 - Cannot uncheck Disable on website option in tool bar (Closed)
Patch Set: Created Feb. 23, 2015, 12:40 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
diff --git a/src/plugin/PluginSettings.h b/src/plugin/PluginSettings.h
index 7c35c6156f6e989bf06615a7dd0b522ea84cc7d6..59ec063d09fa810d4f024591cab6ba326ddb2e17 100644
--- a/src/plugin/PluginSettings.h
+++ b/src/plugin/PluginSettings.h
@@ -93,8 +93,8 @@ private:
bool ReadWhitelist(bool bDebug=true);
public:
- void AddWhiteListedDomain(const CString& domain);
- void RemoveWhiteListedDomain(const CString& domain);
+ void AddWhiteListedDomain(const std::wstring& url);
+ void RemoveWhiteListedDomain(const std::wstring& url);
int GetWhiteListedDomainCount() const;
std::vector<std::wstring> GetWhiteListedDomainList();

Powered by Google App Engine
This is Rietveld