Index: chrome/browser/ui/autofill/autofill_dialog_controller.h |
=================================================================== |
--- chrome/browser/ui/autofill/autofill_dialog_controller.h (revision 180113) |
+++ chrome/browser/ui/autofill/autofill_dialog_controller.h (working copy) |
@@ -48,6 +48,11 @@ |
virtual string16 SaveLocallyText() const = 0; |
virtual string16 ProgressBarText() const = 0; |
+ // State --------------------------------------------------------------------- |
+ |
+ // Whether the user is known to be signed in. |
+ virtual DialogSignedInState SignedInState() const = 0; |
+ |
// Detail inputs ------------------------------------------------------------- |
// Returns the set of inputs the page has requested which fall under |