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 882fb4a45cc993686ac8a829ba72cae56dd6dc29..160f5636ee798e281e9350337584220467332a1a 100644 |
--- a/components/safe_browsing_db/v4_protocol_manager_util.h |
+++ b/components/safe_browsing_db/v4_protocol_manager_util.h |
@@ -115,6 +115,9 @@ enum SBThreatType { |
// Activation patterns for the Subresource Filter. |
SB_THREAT_TYPE_SUBRESOURCE_FILTER, |
+ |
+ // Url detected by password protection service. |
+ SB_THREAT_TYPE_PASSWORD_PROTECTION_PHISHING_URL, |
}; |
// The information required to uniquely identify each list the client is |