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

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

Issue 23806002: [rAc] Disable sign-in link while the user's signed-in state is unknown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 7 years, 4 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_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).

Powered by Google App Engine
This is Rietveld 408576698