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

Unified Diff: components/autofill/browser/wallet/wallet_client_delegate.h

Issue 12457033: Implements SendAutocheckoutStatus API calls for stats tracking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing unit tests Created 7 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/browser/wallet/wallet_client_delegate.h
diff --git a/components/autofill/browser/wallet/wallet_client_delegate.h b/components/autofill/browser/wallet/wallet_client_delegate.h
index 0148f07da0596373ddfed0905140813a7958991c..2125e0790118f3586d9129e664030388b709f7dc 100644
--- a/components/autofill/browser/wallet/wallet_client_delegate.h
+++ b/components/autofill/browser/wallet/wallet_client_delegate.h
@@ -79,9 +79,6 @@ class WalletClientDelegate {
const std::string& address_id,
const std::vector<RequiredAction>& required_actions) = 0;
- // Called when a SendAutocheckoutStatus request finishes successfully.
- virtual void OnDidSendAutocheckoutStatus() = 0;
-
// Called when an UpdateAddress request finishes successfully.
// |required_actions| is populated if there was a validation error with the
// data being saved.
« no previous file with comments | « components/autofill/browser/wallet/wallet_client.cc ('k') | components/autofill/browser/wallet/wallet_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698