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

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

Issue 15097004: Enable Autocomplete feature for chromium webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@setSaveFormData2
Patch Set: rebased for IPC changes 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_manager_delegate.h
diff --git a/components/autofill/browser/autofill_manager_delegate.h b/components/autofill/browser/autofill_manager_delegate.h
index 287530ad6c2cfa7a8c7a83306dd6852d12da9c23..2a69b26b7949449d6fce4120e39ff84ea1cc3a7b 100644
--- a/components/autofill/browser/autofill_manager_delegate.h
+++ b/components/autofill/browser/autofill_manager_delegate.h
@@ -129,6 +129,9 @@ class AutofillManagerDelegate {
// Updates the Autocheckout progress bar. |value| must be in [0.0, 1.0].
virtual void UpdateProgressBar(double value) = 0;
+
+ // Whether the autocomplete feature of Autofill should be enabled.
Ilya Sherman 2013/06/19 00:38:27 nit: "Autocomplete" (feature names are capitalized
sgurun-gerrit only 2013/06/19 17:56:23 Done.
+ virtual bool IsAutocompleteEnabled() = 0;
};
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698