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

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

Issue 18888003: Disabling wallet and mocking out more of WalletClient while testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: isherman@ review 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
« no previous file with comments | « components/autofill/content/browser/wallet/mock_wallet_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dc4b3512f6d07f951503695a25189112b857dea7..1785cf69bc99304ec0e694500fa23e2b62142641 100644
--- a/components/autofill/content/browser/wallet/wallet_client.h
+++ b/components/autofill/content/browser/wallet/wallet_client.h
@@ -210,7 +210,7 @@ class WalletClient
// 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.
- void SendAutocheckoutStatus(
+ virtual void SendAutocheckoutStatus(
autofill::AutocheckoutStatus status,
const GURL& source_url,
const std::vector<AutocheckoutStatistic>& latency_statistics,
« no previous file with comments | « components/autofill/content/browser/wallet/mock_wallet_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698