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

Unified Diff: android_webview/native/aw_autofill_client.cc

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge fallout, android_webview Created 6 years, 1 month 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') | android_webview/native/aw_contents.cc » ('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 246008847a9845d79a4ec815c4dd8bd7e9cbac16..2e15159c85bdb19d914cbe79540f4f0da842beb5 100644
--- a/android_webview/native/aw_autofill_client.cc
+++ b/android_webview/native/aw_autofill_client.cc
@@ -158,6 +158,7 @@ bool AwAutofillClient::IsAutocompleteEnabled() {
}
void AwAutofillClient::DetectAccountCreationForms(
+ content::RenderFrameHost* rfh,
const std::vector<autofill::FormStructure*>& forms) {
sgurun-gerrit only 2014/12/02 02:03:50 himm, it seems we need a NOTIMPLEMENTED() here. We
Evan Stade 2014/12/02 02:27:59 Done.
}
@@ -166,6 +167,9 @@ void AwAutofillClient::DidFillOrPreviewField(
const base::string16& profile_full_name) {
}
+void AwAutofillClient::OnFirstUserGestureObserved() {
sgurun-gerrit only 2014/12/02 02:03:50 Please add a NOTIMPLEMENTED() here.
Evan Stade 2014/12/02 02:27:59 Done.
+}
+
void AwAutofillClient::SuggestionSelected(JNIEnv* env,
jobject object,
jint position) {
« no previous file with comments | « android_webview/native/aw_autofill_client.h ('k') | android_webview/native/aw_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698