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

Unified Diff: chrome/browser/ui/passwords/passwords_client_ui_delegate.h

Issue 1832933002: Update the |skip_zero_click| flag of a credential when selected in the account chooser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 9 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: chrome/browser/ui/passwords/passwords_client_ui_delegate.h
diff --git a/chrome/browser/ui/passwords/passwords_client_ui_delegate.h b/chrome/browser/ui/passwords/passwords_client_ui_delegate.h
index 5659fd352dc14607c354a99bbd250b9f2d0fb8b8..5093f79ece391abf33ebfb0826c9436fefcfdd05 100644
--- a/chrome/browser/ui/passwords/passwords_client_ui_delegate.h
+++ b/chrome/browser/ui/passwords/passwords_client_ui_delegate.h
@@ -17,7 +17,6 @@ class WebContents;
}
namespace password_manager {
-struct CredentialInfo;
class PasswordFormManager;
}
@@ -49,8 +48,7 @@ class PasswordsClientUIDelegate {
ScopedVector<autofill::PasswordForm> local_credentials,
ScopedVector<autofill::PasswordForm> federated_credentials,
const GURL& origin,
- base::Callback<void(const password_manager::CredentialInfo&)>
- callback) = 0;
+ const base::Callback<void(const autofill::PasswordForm*)>& callback) = 0;
// Called when user is auto signed in to the site. |local_forms[0]| contains
// the credential returned to the site. |origin| is a URL of the site.

Powered by Google App Engine
This is Rietveld 408576698