Index: chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
index 5eda54663796504e2253460d8c120f5267411e87..7476688340591a7837b3208925ffed33f238c61b 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h |
@@ -51,8 +51,8 @@ class AutofillDialogViewDelegate { |
// State --------------------------------------------------------------------- |
- // Whether the user is known to be signed in. |
- virtual DialogSignedInState SignedInState() const = 0; |
Evan Stade
2013/08/30 19:47:17
since the enum is now only used privately in the c
Ilya Sherman
2013/08/30 21:45:59
Done.
|
+ // Whether the sign-in link should be disabled. |
+ virtual bool ShouldDisableSignInLink() const = 0; |
// Whether the dialog is in a not exactly well-defined state |
// (while attempting to sign-in or retrieving the wallet data etc). |