| Index: chrome/browser/safe_browsing/safe_browsing_util.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h
|
| index bec4dc8da957e97c3183438bdbafdd8f3402cdea..2911f469133e5e2fc442e65671ddcb5a1dd9121b 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_util.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_util.h
|
| @@ -296,6 +296,9 @@ void GenerateHostsToCheck(const GURL& url, std::vector<std::string>* hosts);
|
| // Given a URL, returns all the paths we need to check.
|
| void GeneratePathsToCheck(const GURL& url, std::vector<std::string>* paths);
|
|
|
| +// Given a URL, returns all the patterns we need to check.
|
| +void GeneratePatternsToCheck(const GURL& url, std::vector<std::string>* urls);
|
| +
|
| int GetHashIndex(const SBFullHash& hash,
|
| const std::vector<SBFullHashResult>& full_hashes);
|
|
|
|
|