| Index: chrome/browser/ui/autofill/autofill_dialog_types.h
|
| ===================================================================
|
| --- chrome/browser/ui/autofill/autofill_dialog_types.h (revision 180110)
|
| +++ chrome/browser/ui/autofill/autofill_dialog_types.h (working copy)
|
| @@ -77,13 +77,6 @@
|
| 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;
|
|
|
|
|