| Index: components/safe_browsing_db/v4_protocol_manager_util.h
|
| diff --git a/components/safe_browsing_db/v4_protocol_manager_util.h b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| index 1619fd5c298d601c7768fbc9c024870d9269f4dc..54b522503d8cafe7b5719aaeaf238b389b907a9a 100644
|
| --- a/components/safe_browsing_db/v4_protocol_manager_util.h
|
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| @@ -118,6 +118,9 @@ enum SBThreatType {
|
|
|
| // CSD Phishing whitelist. This "threat" means a URL matched the whitelist.
|
| SB_THREAT_TYPE_CSD_WHITELIST,
|
| +
|
| + // Url detected by password protection service.
|
| + SB_THREAT_TYPE_PASSWORD_PROTECTION_PHISHING_URL,
|
| };
|
|
|
| // The information required to uniquely identify each list the client is
|
|
|