 Issue 5652794446970880:
  Rely on libadblockplus for domain extraction  (Closed)
    
  
    Issue 5652794446970880:
  Rely on libadblockplus for domain extraction  (Closed) 
  | 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(); | 
| }; |