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

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

Issue 12094069: [autofill] Hook the sign-in button up to required actions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bored Created 7 years, 11 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 e49c68e65b209afa57ad142e57af78398854e8b9..050cf5870bd56026a4433547b2f64577f61bef4a 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
@@ -77,6 +77,13 @@ class DialogNotification {
string16 display_text_;
};
+enum DialogSignedInState {
+ REQUIRES_RESPONSE,
+ REQUIRES_SIGN_IN,
+ REQUIRES_PASSIVE_SIGN_IN,
+ SIGNED_IN,
+};
+
typedef std::vector<DetailInput> DetailInputs;
typedef std::map<const DetailInput*, string16> DetailOutputMap;

Powered by Google App Engine
This is Rietveld 408576698