| Index: src/plugin/AdblockPlusClient.h | 
| =================================================================== | 
| --- a/src/plugin/AdblockPlusClient.h | 
| +++ b/src/plugin/AdblockPlusClient.h | 
| @@ -58,6 +58,8 @@ | 
| std::vector<std::wstring> GetExceptionDomains(); | 
| void AddFilter(const std::wstring& text); | 
| void RemoveFilter(const std::wstring& text); | 
| + void SetPref(const std::wstring& name, const std::wstring& value); | 
| + std::wstring GetPref(const std::wstring& name); | 
| }; | 
| #endif // _ADBLOCK_PLUS_CLIENT_H_ |