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

Unified Diff: ios/chrome/browser/downstream_chromium_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
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/downstream_chromium_browser_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/downstream_chromium_browser_provider.h
diff --git a/ios/chrome/browser/downstream_chromium_browser_provider.h b/ios/chrome/browser/downstream_chromium_browser_provider.h
index a6b64a0907e0a8de02bee390113e23afddc8d2da..9f8e139e6981da09ef6950215d70c38c312791d8 100644
--- a/ios/chrome/browser/downstream_chromium_browser_provider.h
+++ b/ios/chrome/browser/downstream_chromium_browser_provider.h
@@ -19,8 +19,6 @@ class DownstreamChromiumBrowserProvider : public ChromiumBrowserProvider {
// ChromeBrowserProvider implementations. All of these will move upstream
// into ChromiumBrowserProvider eventually, and from there callers will be
// converted to not go through the provider API at all.
- autofill::CardUnmaskPromptView* CreateCardUnmaskPromptView(
- autofill::CardUnmaskPromptController* controller) override;
bool IsOffTheRecordSessionActive() override;
void GetFaviconForURL(
ios::ChromeBrowserState* browser_state,
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/downstream_chromium_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698