| Index: components/safe_browsing_db/v4_get_hash_protocol_manager.cc
|
| diff --git a/components/safe_browsing_db/v4_get_hash_protocol_manager.cc b/components/safe_browsing_db/v4_get_hash_protocol_manager.cc
|
| index 5994c4fa38d84dc2201dabf2920f0f95ebe6f18a..96bafa951e33dc27d3519a929402be7878fc841f 100644
|
| --- a/components/safe_browsing_db/v4_get_hash_protocol_manager.cc
|
| +++ b/components/safe_browsing_db/v4_get_hash_protocol_manager.cc
|
| @@ -313,7 +313,7 @@ void V4GetHashProtocolManager::GetFullHashesWithApis(
|
| DCHECK(url.SchemeIs(url::kHttpScheme) || url.SchemeIs(url::kHttpsScheme));
|
|
|
| std::unordered_set<FullHash> full_hashes;
|
| - V4ProtocolManagerUtil::UrlToFullHashes(url, &full_hashes);
|
| + V4ProtocolManagerUtil::UrlToFullHashes(url.GetOrigin(), &full_hashes);
|
|
|
| FullHashToStoreAndHashPrefixesMap full_hash_to_store_and_hash_prefixes;
|
| for (const FullHash& full_hash : full_hashes) {
|
|
|