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

Unified Diff: components/autofill/content/browser/wallet/wallet_client.h

Issue 21054003: Autocheckout: Manually revert r208999 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 5 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/content/browser/wallet/wallet_client.h
diff --git a/components/autofill/content/browser/wallet/wallet_client.h b/components/autofill/content/browser/wallet/wallet_client.h
index 486698cd1c48e461f6c75c565ae75ce78a56c835..36d3def0e2876588e3450bbfad643a0fa5631eec 100644
--- a/components/autofill/content/browser/wallet/wallet_client.h
+++ b/components/autofill/content/browser/wallet/wallet_client.h
@@ -13,7 +13,6 @@
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
#include "base/values.h"
-#include "components/autofill/content/browser/autocheckout_statistic.h"
#include "components/autofill/content/browser/wallet/full_wallet.h"
#include "components/autofill/content/browser/wallet/wallet_items.h"
#include "components/autofill/core/browser/autofill_manager_delegate.h"
@@ -169,12 +168,10 @@ class WalletClient : public net::URLFetcherDelegate {
// SendAutocheckoutStatus is used for tracking the success of Autocheckout
// flows. |status| is the result of the flow, |source_url| is the domain
// where the purchase occured, and |google_transaction_id| is the same as the
- // one provided by GetWalletItems. |latency_statistics| contain statistics
- // required to measure Autocheckout process.
+ // one provided by GetWalletItems.
virtual void SendAutocheckoutStatus(
autofill::AutocheckoutStatus status,
const GURL& source_url,
- const std::vector<AutocheckoutStatistic>& latency_statistics,
const std::string& google_transaction_id);
bool HasRequestInProgress() const;

Powered by Google App Engine
This is Rietveld 408576698