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

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

Issue 1160283002: Credential Management: Rename 'notifySignedOut' to 'requireUserMediation'. (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@rename-avatar
Patch Set: WebExposed. Created 5 years, 6 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: Source/modules/credentialmanager/CredentialsContainer.h
diff --git a/Source/modules/credentialmanager/CredentialsContainer.h b/Source/modules/credentialmanager/CredentialsContainer.h
index 7a0c3c06275ced27d23b72de0d1fd2663b701b36..727a789cf4bd454f5a861a06e4b973f3091bbbda 100644
--- a/Source/modules/credentialmanager/CredentialsContainer.h
+++ b/Source/modules/credentialmanager/CredentialsContainer.h
@@ -24,7 +24,7 @@ public:
ScriptPromise request(ScriptState*, const Dictionary&);
ScriptPromise notifySignedIn(ScriptState*, Credential* = 0);
ScriptPromise notifyFailedSignIn(ScriptState*, Credential* = 0);
- ScriptPromise notifySignedOut(ScriptState*);
+ ScriptPromise requireUserMediation(ScriptState*);
DEFINE_INLINE_VIRTUAL_TRACE() { }

Powered by Google App Engine
This is Rietveld 408576698