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

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

Issue 12457033: Implements SendAutocheckoutStatus API calls for stats tracking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing unit tests 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 f275b7e685c8a3f5373ec149624c2c2190e8a133..34ca81b2765fef4a5c065c55e005ef98911a8ba6 100644
--- a/components/autofill/browser/wallet/wallet_client.cc
+++ b/components/autofill/browser/wallet/wallet_client.cc
@@ -689,7 +689,6 @@ void WalletClient::OnURLFetchComplete(
}
case SEND_STATUS:
- delegate_->OnDidSendAutocheckoutStatus();
break;
case GET_FULL_WALLET: {

Powered by Google App Engine
This is Rietveld 408576698