| 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;
|
|
|
|
|