| Index: components/safe_browsing_db/v4_protocol_manager_util.cc
|
| diff --git a/components/safe_browsing_db/v4_protocol_manager_util.cc b/components/safe_browsing_db/v4_protocol_manager_util.cc
|
| index b960ab23dffc583f5a08452837e0ecb86c50916d..cc3d2a5782a4e22f799ba3587bae831be1a0a4b7 100644
|
| --- a/components/safe_browsing_db/v4_protocol_manager_util.cc
|
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.cc
|
| @@ -89,6 +89,10 @@ const ListIdentifier GetChromeUrlApiId() {
|
| return ListIdentifier(CHROME_PLATFORM, URL, API_ABUSE);
|
| }
|
|
|
| +const ListIdentifier GetChromeUrlClientIncidentId() {
|
| + return ListIdentifier(CHROME_PLATFORM, URL, CLIENT_INCIDENT);
|
| +}
|
| +
|
| const ListIdentifier GetUrlMalwareId() {
|
| return ListIdentifier(GetCurrentPlatformType(), URL, MALWARE_THREAT);
|
| }
|
|
|