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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_types.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_types.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h
index 459008b0719e08c9176e5efe9f2bd98b72029c28..5b83905f9aace565a68e6911a8b625689e2d2b1c 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
@@ -153,14 +153,6 @@ class DialogNotification {
extern SkColor const kWarningColor;
-enum DialogSignedInState {
- REQUIRES_RESPONSE,
- REQUIRES_SIGN_IN,
- REQUIRES_PASSIVE_SIGN_IN,
- SIGNED_IN,
- SIGN_IN_DISABLED,
-};
-
struct SuggestionState {
SuggestionState();
SuggestionState(bool visible,

Powered by Google App Engine
This is Rietveld 408576698