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

Unified Diff: components/autofill/core/browser/test_autofill_manager_delegate.cc

Issue 15097004: Enable Autocomplete feature for chromium webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@setSaveFormData2
Patch Set: rebased 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/core/browser/test_autofill_manager_delegate.cc
diff --git a/components/autofill/core/browser/test_autofill_manager_delegate.cc b/components/autofill/core/browser/test_autofill_manager_delegate.cc
index 49516a534f1c71ebd6b13553102165b857afea76..944ab328700b6aea1515d692a5414901f7bf2671 100644
--- a/components/autofill/core/browser/test_autofill_manager_delegate.cc
+++ b/components/autofill/core/browser/test_autofill_manager_delegate.cc
@@ -62,4 +62,8 @@ void TestAutofillManagerDelegate::HideAutofillPopup() {}
void TestAutofillManagerDelegate::UpdateProgressBar(double value) {}
+bool TestAutofillManagerDelegate::IsAutocompleteEnabled() {
+ return true;
+}
+
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698