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

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

Issue 23537014: rAc: Get rid of dialog type in rAc, there is only one type left now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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/wallet_client_delegate.h
diff --git a/components/autofill/content/browser/wallet/wallet_client_delegate.h b/components/autofill/content/browser/wallet/wallet_client_delegate.h
index 8de95046e5f148db35fe1b983933c9be211f1e18..8380fbf27b874259bc736efdb210753a239d95e3 100644
--- a/components/autofill/content/browser/wallet/wallet_client_delegate.h
+++ b/components/autofill/content/browser/wallet/wallet_client_delegate.h
@@ -33,9 +33,6 @@ class WalletClientDelegate {
// Wallet metrics.
virtual const AutofillMetrics& GetMetricLogger() const = 0;
- // Returns the dialog type that the delegate corresponds to.
- virtual DialogType GetDialogType() const = 0;
-
// Returns the serialized fingerprint data to be sent to the Risk server.
virtual std::string GetRiskData() const = 0;

Powered by Google App Engine
This is Rietveld 408576698