Index: src/plugin/AdblockPlusClient.h |
=================================================================== |
--- a/src/plugin/AdblockPlusClient.h |
+++ b/src/plugin/AdblockPlusClient.h |
@@ -67,6 +67,7 @@ |
std::wstring GetPref(const std::wstring& name, const wchar_t* defaultValue); |
bool GetPref(const std::wstring& name, bool defaultValue = false); |
int64_t GetPref(const std::wstring& name, int64_t defaultValue = 0); |
+ std::wstring GetRequire(const std::wstring& name); |
bool IsFirstRun(); |
}; |