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

Unified Diff: public/platform/WebCredentialManagerClient.h

Issue 1204933004: Credential Management: Rename 'notifySignedOut' to 'requireUserMediation' (3/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@rename-notifysignedout
Patch Set: 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/CredentialManagerClient.cpp ('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 1a6bac10f289ebeaa547d6316f458cda6a62f94c..8134ea33d228293d970980f6469939798dacc6a6 100644
--- a/public/platform/WebCredentialManagerClient.h
+++ b/public/platform/WebCredentialManagerClient.h
@@ -28,9 +28,6 @@ public:
virtual void dispatchSignedIn(const WebCredential&, 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/CredentialManagerClient.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698