| 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 270163347edb1ebdcff5f8027b86f5eb56708d52..167dfa1054805167526c6e70e38356b0be4db82f 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -411,6 +411,12 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
|
| return willBeRemoved("SVGPathElement.getPathSegAtLength", M62,
|
| "5638783282184192");
|
|
|
| + case UseCounter::kCredentialManagerCredentialRequestOptionsUnmediated:
|
| + return replacedWillBeRemoved(
|
| + "The boolean flag CredentialRequestOptions.unmediated",
|
| + "the CredentialRequestOptions.mediation enum", M62,
|
| + "6076479909658624");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|