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

Unified Diff: android_webview/native/aw_autofill_client.h

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
Index: android_webview/native/aw_autofill_client.h
diff --git a/android_webview/native/aw_autofill_client.h b/android_webview/native/aw_autofill_client.h
index 372c220d8a12391ef9da593f2f43186279714e7d..8905c599d13d8660fda25cfcbb9e87dee2f802a6 100644
--- a/android_webview/native/aw_autofill_client.h
+++ b/android_webview/native/aw_autofill_client.h
@@ -82,10 +82,12 @@ class AwAutofillClient : public autofill::AutofillClient,
virtual void HideAutofillPopup() override;
virtual bool IsAutocompleteEnabled() override;
virtual void DetectAccountCreationForms(
+ content::RenderFrameHost* rfh,
const std::vector<autofill::FormStructure*>& forms) override;
virtual void DidFillOrPreviewField(
const base::string16& autofilled_value,
const base::string16& profile_full_name) override;
+ virtual void OnFirstUserGestureObserved() override;
void SuggestionSelected(JNIEnv* env, jobject obj, jint position);
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_client.cc » ('j') | android_webview/native/aw_autofill_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698