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

Unified Diff: components/autofill/core/browser/wallet/real_pan_wallet_client.h

Issue 1016033009: Add RealPanWalletClient unittest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/core/browser/wallet/real_pan_wallet_client.h
diff --git a/components/autofill/core/browser/wallet/real_pan_wallet_client.h b/components/autofill/core/browser/wallet/real_pan_wallet_client.h
index 6dd7a2d7f37987f4671482ceed837b0d66542c93..b656d4acd42a454d943e8a52497338fc1d34dfe3 100644
--- a/components/autofill/core/browser/wallet/real_pan_wallet_client.h
+++ b/components/autofill/core/browser/wallet/real_pan_wallet_client.h
@@ -27,6 +27,7 @@ namespace wallet {
// RealPanWalletClient is modelled on WalletClient. Whereas the latter is used
// for requestAutocomplete-related requests, RealPanWalletClient is used to
// import user data from Wallet for normal web Autofill.
+// Tests: See content/browser/wallet/real_pan_wallet_client_unittest.cc
class RealPanWalletClient : public net::URLFetcherDelegate,
public OAuth2TokenService::Consumer {
public:

Powered by Google App Engine
This is Rietveld 408576698