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

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: Fixing tests. 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..6b0e01d959837313b8de17a62022bcaf9bac99cd 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
@@ -182,6 +182,8 @@ class ManagePasswordsUIController
void SaveForms(ScopedVector<autofill::PasswordForm> local_forms,
ScopedVector<autofill::PasswordForm> federated_forms);
+ virtual void UpdateAndroidAccountChooserInfoBarVisibility();
markusheintz_ 2015/02/20 16:59:33 Please add a comment for this method.
+
// The current state of the password manager UI.
password_manager::ui::State state_;

Powered by Google App Engine
This is Rietveld 408576698