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

Unified Diff: public/platform/WebCredentialManagerClient.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
« no previous file with comments | « Source/modules/credentialmanager/CredentialsContainer.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCredentialManagerClient.h
diff --git a/public/platform/WebCredentialManagerClient.h b/public/platform/WebCredentialManagerClient.h
index 038a1a57808eb2e23bc97ad380ff814e23ceb4bd..1a6bac10f289ebeaa547d6316f458cda6a62f94c 100644
--- a/public/platform/WebCredentialManagerClient.h
+++ b/public/platform/WebCredentialManagerClient.h
@@ -26,8 +26,11 @@ public:
// the following methods.
virtual void dispatchFailedSignIn(const WebCredential&, NotificationCallbacks*) { }
virtual void dispatchSignedIn(const WebCredential&, NotificationCallbacks*) { }
- virtual void dispatchSignedOut(NotificationCallbacks*) { }
+ virtual void dispatchRequireUserMediation(NotificationCallbacks*) { }
virtual void dispatchRequest(bool zeroClickOnly, const WebVector<WebURL>& federations, RequestCallbacks*) { }
+
+ // TODO(mkwst): Drop this once the Chromium side is updated.
+ virtual void dispatchSignedOut(NotificationCallbacks*) { }
};
} // namespace blink
« no previous file with comments | « Source/modules/credentialmanager/CredentialsContainer.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698