commit | d75adab8bdaff3d78b19ef4846f60d7ec0b0b717 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Mar 09 00:24:11 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Mar 09 00:24:11 2013 |
tree | cb4a0b5203cd3d924b950e440958796f3b6b431b | |
parent | 74e7f1c4426cd20fb679425a28a3aac5203170fb [diff] [blame] |
Fixing which RequiredActions apply to what type of request. BUG= 179964 Review URL: https://chromiumcodereview.appspot.com/12599006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187090 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/autofill/wallet/required_action.h b/chrome/browser/autofill/wallet/required_action.h index 0136009..b974c19 100644 --- a/chrome/browser/autofill/wallet/required_action.h +++ b/chrome/browser/autofill/wallet/required_action.h
@@ -17,6 +17,7 @@ // backing card. enum RequiredAction { UNKNOWN_TYPE = 0, // Catch all type. + CHOOSE_ANOTHER_INSTRUMENT_OR_ADDRESS, SETUP_WALLET, ACCEPT_TOS, GAIA_AUTH,