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

Unified Diff: components/autofill/browser/autofill_external_delegate.h

Issue 15097004: Enable Autocomplete feature for chromium webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@setSaveFormData2
Patch Set: address Ben's comments Created 7 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
Index: components/autofill/browser/autofill_external_delegate.h
diff --git a/components/autofill/browser/autofill_external_delegate.h b/components/autofill/browser/autofill_external_delegate.h
index 5ea7b37161bc4bb43bd491f1b4d9e6f04f744648..d69aa6be27e6c97b05295707127ded81ccefbccc 100644
--- a/components/autofill/browser/autofill_external_delegate.h
+++ b/components/autofill/browser/autofill_external_delegate.h
@@ -105,6 +105,9 @@ class AutofillExternalDelegate
const FormFieldData& form,
const PasswordFormFillData& fill_data);
+ // Whether the form data should be ignored.
+ virtual bool ShouldIgnoreFormData();
Ilya Sherman 2013/06/03 23:22:19 The ExternalDelegate class is for things related t
sgurun-gerrit only 2013/06/13 01:13:31 Done.
+
protected:
friend class content::WebContentsUserData<AutofillExternalDelegate>;
AutofillExternalDelegate(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698