| Index: components/safe_browsing/password_protection/password_protection_request.h
|
| diff --git a/components/safe_browsing/password_protection/password_protection_request.h b/components/safe_browsing/password_protection/password_protection_request.h
|
| index 7eec452eca1aaf4ceca466eadeb25661616fc3c7..80193e234320c5c7deba0c60cf0cdbe54c2ab5dd 100644
|
| --- a/components/safe_browsing/password_protection/password_protection_request.h
|
| +++ b/components/safe_browsing/password_protection/password_protection_request.h
|
| @@ -49,8 +49,8 @@ class PasswordProtectionRequest : public base::RefCountedThreadSafe<
|
| TIMEDOUT = 3,
|
| MATCHED_WHITELIST = 4,
|
| RESPONSE_ALREADY_CACHED = 5,
|
| - NO_EXTENDED_REPORTING = 6,
|
| - INCOGNITO = 7,
|
| + DEPRECATED_NO_EXTENDED_REPORTING = 6,
|
| + DEPRECATED_INCOGNITO = 7,
|
| REQUEST_MALFORMED = 8,
|
| FETCH_FAILED = 9,
|
| RESPONSE_MALFORMED = 10,
|
|
|