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

Unified Diff: components/password_manager/content/browser/credential_manager_impl.h

Issue 2513033002: Refactor CredentialManagerImpl::RequireUserMediation method. (Closed)
Patch Set: ios Created 4 years, 1 month 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: components/password_manager/content/browser/credential_manager_impl.h
diff --git a/components/password_manager/content/browser/credential_manager_impl.h b/components/password_manager/content/browser/credential_manager_impl.h
index ac088f796b06cd56fcbaf92158e7dc9e30bd6ce4..3d1d3fcd7702e43f5db5d6ccfd9d763f1a4ad22a 100644
--- a/components/password_manager/content/browser/credential_manager_impl.h
+++ b/components/password_manager/content/browser/credential_manager_impl.h
@@ -90,13 +90,6 @@ class CredentialManagerImpl
const std::vector<GURL>& federations,
const std::vector<std::string>& android_realms);
- // Schedules a CredentialManagerPendingRequireUserMediationTask after the
- // AffiliationMatchHelper grabs a list of realms related to the current
- // web origin.
- void ScheduleRequireMediationTask(
- const RequireUserMediationCallback& callback,
- const std::vector<std::string>& android_realms);
-
PasswordManagerClient* client_;
std::unique_ptr<CredentialManagerPasswordFormManager> form_manager_;

Powered by Google App Engine
This is Rietveld 408576698