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

Unified Diff: components/autofill/content/browser/wallet/mock_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/mock_wallet_client.h
diff --git a/components/autofill/content/browser/wallet/mock_wallet_client.h b/components/autofill/content/browser/wallet/mock_wallet_client.h
index c8d03b33a46260fd2e2562f45221cbd2b5f90de2..99d64c88df7593154429fead4190f80674b088f9 100644
--- a/components/autofill/content/browser/wallet/mock_wallet_client.h
+++ b/components/autofill/content/browser/wallet/mock_wallet_client.h
@@ -51,10 +51,9 @@ class MockWalletClient : public WalletClient {
Address* address,
const GURL& source_url));
- MOCK_METHOD4(SendAutocheckoutStatus,
+ MOCK_METHOD3(SendAutocheckoutStatus,
void(autofill::AutocheckoutStatus status,
const GURL& source_url,
- const std::vector<AutocheckoutStatistic>& latency_statistics,
const std::string& google_transaction_id));
private:

Powered by Google App Engine
This is Rietveld 408576698