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

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

Issue 23033016: Remove autocheckout code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Even more deletes, and Ilya review. Created 7 years, 4 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..a2f1fea7f5de9c9994d2dcb641843fd7e8ed9928 100644
--- a/components/autofill/content/browser/wallet/mock_wallet_client.h
+++ b/components/autofill/content/browser/wallet/mock_wallet_client.h
@@ -51,12 +51,6 @@ class MockWalletClient : public WalletClient {
Address* address,
const GURL& source_url));
- MOCK_METHOD4(SendAutocheckoutStatus,
- void(autofill::AutocheckoutStatus status,
- const GURL& source_url,
- const std::vector<AutocheckoutStatistic>& latency_statistics,
- const std::string& google_transaction_id));
-
private:
DISALLOW_COPY_AND_ASSIGN(MockWalletClient);
};

Powered by Google App Engine
This is Rietveld 408576698