| Index: src/plugin/AdblockPlusClient.h |
| =================================================================== |
| --- a/src/plugin/AdblockPlusClient.h |
| +++ b/src/plugin/AdblockPlusClient.h |
| @@ -79,6 +79,7 @@ |
| std::wstring GetAppLocale(); |
| std::wstring GetDocumentationLink(); |
| bool TogglePluginEnabled(); |
| + std::wstring GetHostFromUrl(const std::wstring& url); |
| bool IsFirstRun(); |
| }; |