Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: components/autofill/browser/wallet/wallet_client.cc

Issue 12815002: requestAutocomplete: Fill |form_structure_| from Online Wallet data (including (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =

Powered by Google App Engine
This is Rietveld 408576698