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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view.h

Issue 12094069: [autofill] Hook the sign-in button up to required actions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +snark Created 7 years, 11 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/autofill/autofill_dialog_view.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
index a1330ab2e1fbe9b4f4c6e5edfa360311965dfbde..7e33cde99e92c7f8ea699b7f5b439cae840cd1bb 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
@@ -28,6 +28,10 @@ class AutofillDialogView {
// Called when a different notification is available.
virtual void UpdateNotificationArea() = 0;
+ // Called when account details may have changed (user logs in to GAIA, creates
+ // a new account, etc.).
+ virtual void UpdateAccountChooser() = 0;
+
// Called when the contents of a section have changed.
virtual void UpdateSection(DialogSection section) = 0;

Powered by Google App Engine
This is Rietveld 408576698