| Index: third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.h
|
| diff --git a/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.h b/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.h
|
| index 07e2f41ebf7fd0a166e2eda2da04fc6e73bea231..fcac94e086a62abb6182dcb7ac6a2f4e685d08cd 100644
|
| --- a/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.h
|
| +++ b/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.h
|
| @@ -32,6 +32,7 @@ class MODULES_EXPORT CredentialsContainer final
|
| ScriptPromise create(ScriptState*,
|
| const CredentialCreationOptions&,
|
| ExceptionState&);
|
| + ScriptPromise preventSilentAccess(ScriptState*);
|
| ScriptPromise requireUserMediation(ScriptState*);
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|