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