Index: third_party/WebKit/Source/core/frame/Deprecation.cpp |
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
index 6ad05bf03c5caa89fc34fffe5790fa6aebd040f5..c9b565a5963094da366db6f9865994da0c7eb791 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -414,6 +414,22 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) { |
return willBeRemoved("SVGPathElement.getPathSegAtLength", M62, |
"5638783282184192"); |
+ case UseCounter::kCredentialManagerIdName: |
+ return willBeRemoved("PasswordCredential.idName", M62, |
+ "5689327799500800"); |
+ |
+ case UseCounter::kCredentialManagerPasswordName: |
+ return willBeRemoved("PasswordCredential.passwordName", M62, |
+ "5689327799500800"); |
+ |
+ case UseCounter::kCredentialManagerAdditionalData: |
+ return willBeRemoved("PasswordCredential.additionalData", M62, |
+ "5689327799500800"); |
+ |
+ case UseCounter::kCredentialManagerCustomFetch: |
+ return willBeRemoved("fetch.RequestInit.RequestCredentials.password", M62, |
+ "5689327799500800"); |
+ |
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |