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

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

Issue 16212007: Implement the autofill UI for chromium powered android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue15097004
Patch Set: introduced java peer to AwAutofillManagerDelegate Created 7 years, 6 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.cc
diff --git a/components/autofill/browser/autofill_external_delegate.cc b/components/autofill/browser/autofill_external_delegate.cc
index 4eebce72731e9708d7802215e6a5a99cfa2a5a71..a4de3813bb48fa97e57c94d85b05da1a5f6e3e4c 100644
--- a/components/autofill/browser/autofill_external_delegate.cc
+++ b/components/autofill/browser/autofill_external_delegate.cc
@@ -389,4 +389,9 @@ void AutofillExternalDelegate::Observe(
}
}
+bool AutofillExternalDelegate::ShouldSaveFormData(
+ content::WebContents* web_contents) {
+ return true;
+}
+
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698