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

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

Issue 861103002: Credentials chooser UI for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment. Created 5 years, 10 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/manage_passwords_ui_controller.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
index 2ec2d46b830ccedb199c276bff5b34d9d8f75882..1b02a01e4f994d5f49157f43782bac62d5ae2585 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
@@ -182,6 +182,10 @@ class ManagePasswordsUIController
void SaveForms(ScopedVector<autofill::PasswordForm> local_forms,
ScopedVector<autofill::PasswordForm> federated_forms);
+ // Shows infobar which allows user to choose credentials. Placing this
+ // code to separate method allows mocking.
+ virtual void UpdateAndroidAccountChooserInfoBarVisibility();
+
// The current state of the password manager UI.
password_manager::ui::State state_;

Powered by Google App Engine
This is Rietveld 408576698