| Index: components/safe_browsing_db/util.h
|
| diff --git a/components/safe_browsing_db/util.h b/components/safe_browsing_db/util.h
|
| index 643e0a4e49583b5d30cf3de9ecda84a192d107fe..50134a08292e83bb7e4547afb74589193372f2eb 100644
|
| --- a/components/safe_browsing_db/util.h
|
| +++ b/components/safe_browsing_db/util.h
|
| @@ -84,9 +84,6 @@ struct SBCachedFullHashResult {
|
| std::vector<SBFullHashResult> full_hashes;
|
| };
|
|
|
| -// Safe Browsing V4 server URL prefix.
|
| -extern const char kSbV4UrlPrefix[];
|
| -
|
| // SafeBrowsing list names.
|
| extern const char kMalwareList[];
|
| extern const char kPhishingList[];
|
|
|