| Index: components/safe_browsing_db/database_manager.h
|
| diff --git a/components/safe_browsing_db/database_manager.h b/components/safe_browsing_db/database_manager.h
|
| index 9a15bed6e50000789d72b27d0a5bbcf521c7e032..f560ee368a7f0a81c029c256cbf8bafba75bc077 100644
|
| --- a/components/safe_browsing_db/database_manager.h
|
| +++ b/components/safe_browsing_db/database_manager.h
|
| @@ -131,12 +131,6 @@ class SafeBrowsingDatabaseManager
|
| // method must be called on the IO thread.
|
| virtual bool MatchDownloadWhitelistString(const std::string& str) = 0;
|
|
|
| - // Check if the |url| matches any of the full-length hashes from the off-
|
| - // domain inclusion whitelist. Returns true if there was a match and false
|
| - // otherwise. To make sure we are conservative, we will return true if an
|
| - // error occurs. This method must be called on the IO thread.
|
| - virtual bool MatchInclusionWhitelistUrl(const GURL& url) = 0;
|
| -
|
| // Check if |str|, a lowercase DLL file name, matches any of the full-length
|
| // hashes from the module whitelist. Returns true if there was a match and
|
| // false otherwise. To make sure we are conservative we will return true if
|
|
|