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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_client_ios.mm

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/ui/autofill/autofill_client_ios.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/autofill/autofill_client_ios.mm
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
index 5c6d0a4d63d087a26ab487a10683285214c90b91..0b9202db96a23abc3522d327d45527fad7d06734 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
@@ -124,13 +124,6 @@ void AutofillClientIOS::ScanCreditCard(const CreditCardScanCallback& callback) {
NOTREACHED();
}
-void AutofillClientIOS::ShowRequestAutocompleteDialog(
- const FormData& form,
- content::RenderFrameHost* render_frame_host,
- const ResultCallback& callback) {
- NOTREACHED();
-}
-
void AutofillClientIOS::ShowAutofillPopup(
const gfx::RectF& element_bounds,
base::i18n::TextDirection text_direction,
@@ -148,10 +141,6 @@ bool AutofillClientIOS::IsAutocompleteEnabled() {
return GetPrefs()->GetBoolean(prefs::kAutofillEnabled);
}
-void AutofillClientIOS::HideRequestAutocompleteDialog() {
- NOTREACHED();
-}
-
void AutofillClientIOS::UpdateAutofillPopupDataListValues(
const std::vector<base::string16>& values,
const std::vector<base::string16>& labels) {
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_client_ios.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698