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

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: Rebase Created 7 years, 3 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 0a6b3730b5bb55571307186ffb96ad3370624890..9202cadbc423185d9ec07558674e304e1ce82d62 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;
+ // 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).
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_types.h ('k') | chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698