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

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.h

Issue 2612583002: Remove ChromeBrowserProvider::CreateCardUnmaskPromptView(). (Closed)
Patch Set: Fix grammar in comments. Created 3 years, 12 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: ios/public/provider/chrome/browser/chrome_browser_provider.h
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h
index 10cbea56950b586bc4777edf4dd80520e72b9930..58eec55302a7b64e97fe03083e60e7757142eb71 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -25,11 +25,6 @@ class SpotlightProvider;
class UserFeedbackProvider;
class VoiceSearchProvider;
-namespace autofill {
-class CardUnmaskPromptController;
-class CardUnmaskPromptView;
-}
-
namespace web {
class WebState;
}
@@ -94,10 +89,6 @@ class ChromeBrowserProvider {
virtual std::string DataReductionProxyAvailability();
// Returns the distribution brand code.
virtual std::string GetDistributionBrandCode();
- // Returns an instance of a CardUnmaskPromptView used to unmask Wallet cards.
- // The view is responsible for its own lifetime.
- virtual autofill::CardUnmaskPromptView* CreateCardUnmaskPromptView(
- autofill::CardUnmaskPromptController* controller);
// Returns risk data used in Wallet requests.
virtual std::string GetRiskData();
// Returns whether there is an Off-The-Record session active.
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_client_ios.mm ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698