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,