Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(774)

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.h

Issue 2895243002: Rename requireUserMediation to preventSilentAccess in the CM API. (Closed)
Patch Set: merge Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698