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

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: DCHECK 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 6104da3c2a1c281925263be77ccfec802a0634a9..6f286b212b1d69872a9ca6fe62c8f77d9aca724c 100644
--- a/components/autofill/browser/wallet/wallet_client.cc
+++ b/components/autofill/browser/wallet/wallet_client.cc
@@ -670,7 +670,6 @@ void WalletClient::OnURLFetchComplete(
}
case SEND_STATUS:
- delegate_->OnDidSendAutocheckoutStatus();
break;
case GET_FULL_WALLET: {

Powered by Google App Engine
This is Rietveld 408576698