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

Unified Diff: android_webview/native/aw_autofill_client.cc

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 | « android_webview/native/aw_autofill_client.h ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_autofill_client.cc
diff --git a/android_webview/native/aw_autofill_client.cc b/android_webview/native/aw_autofill_client.cc
index 3c0af2b024e13dffbb14dee81ce69a089d97ffc9..cc99778d81a1730e1bb3445df0512da4ac336ea6 100644
--- a/android_webview/native/aw_autofill_client.cc
+++ b/android_webview/native/aw_autofill_client.cc
@@ -207,10 +207,6 @@ void AwAutofillClient::SuggestionSelected(JNIEnv* env,
}
}
-void AwAutofillClient::HideRequestAutocompleteDialog() {
- NOTIMPLEMENTED();
-}
-
void AwAutofillClient::ShowAutofillSettings() {
NOTIMPLEMENTED();
}
@@ -252,13 +248,6 @@ void AwAutofillClient::ScanCreditCard(const CreditCardScanCallback& callback) {
NOTIMPLEMENTED();
}
-void AwAutofillClient::ShowRequestAutocompleteDialog(
- const autofill::FormData& form,
- content::RenderFrameHost* rfh,
- const ResultCallback& callback) {
- NOTIMPLEMENTED();
-}
-
bool RegisterAwAutofillClient(JNIEnv* env) {
return RegisterNativesImpl(env);
}
« no previous file with comments | « android_webview/native/aw_autofill_client.h ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698