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

Unified Diff: third_party/WebKit/public/platform/WebCredentialManagerClient.h

Issue 2864493003: Deprecate CredentialRequestOptions.unmediated in favor mediation enum (Closed)
Patch Set: Rebase 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/public/platform/WebCredentialManagerClient.h
diff --git a/third_party/WebKit/public/platform/WebCredentialManagerClient.h b/third_party/WebKit/public/platform/WebCredentialManagerClient.h
index 044599f4741cb64e6eefaa50fcf7f0941e057b9c..badfa58acca5fc3cf0f132493da73a6774a9902f 100644
--- a/third_party/WebKit/public/platform/WebCredentialManagerClient.h
+++ b/third_party/WebKit/public/platform/WebCredentialManagerClient.h
@@ -7,6 +7,7 @@
#include "public/platform/WebCallbacks.h"
#include "public/platform/WebCredentialManagerError.h"
+#include "public/platform/WebCredentialMediationRequirement.h"
#include "public/platform/WebVector.h"
#include <memory>
@@ -32,7 +33,7 @@ class WebCredentialManagerClient {
NotificationCallbacks*) {}
virtual void DispatchStore(const WebCredential&, NotificationCallbacks*) {}
virtual void DispatchRequireUserMediation(NotificationCallbacks*) {}
- virtual void DispatchGet(bool zero_click_only,
+ virtual void DispatchGet(WebCredentialMediationRequirement mediation,
bool include_passwords,
const WebVector<WebURL>& federations,
RequestCallbacks*) {}
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/WebCredentialMediationRequirement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698