Chromium Code Reviews| Index: components/autofill/browser/wallet/wallet_client.cc |
| diff --git a/components/autofill/browser/wallet/wallet_client.cc b/components/autofill/browser/wallet/wallet_client.cc |
| index 903eb9166bf9b89b90cd40fbd3c58204f979a8e5..3d6c6c9130745eb2c7886260a1fd608fee4f9376 100644 |
| --- a/components/autofill/browser/wallet/wallet_client.cc |
| +++ b/components/autofill/browser/wallet/wallet_client.cc |
| @@ -237,9 +237,9 @@ void WalletClient::GetFullWallet(const FullWalletRequest& full_wallet_request) { |
| full_wallet_request.google_transaction_id); |
| pending_request_body_.Set(kCartKey, |
| full_wallet_request.cart.ToDictionary().release()); |
| - pending_request_body_.SetString( |
| - kFeatureKey, |
| - DialogTypeToFeatureString(full_wallet_request.dialog_type)); |
| + //pending_request_body_.SetString( |
| + // kFeatureKey, |
| + // DialogTypeToFeatureString(full_wallet_request.dialog_type)); |
|
Dan Beam
2013/03/13 01:43:57
sorry, ignore this
|
| scoped_ptr<base::ListValue> risk_capabilities_list(new base::ListValue()); |
| for (std::vector<RiskCapability>::const_iterator it = |