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

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

Issue 12084107: Revert 180111, it was not the cause, says isherman@. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/ui/autofill/autofill_dialog_types.h (revision 180113)
+++ chrome/browser/ui/autofill/autofill_dialog_types.h (working copy)
@@ -77,6 +77,13 @@
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;
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc ('k') | chrome/browser/ui/autofill/autofill_dialog_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698