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..4295fbc752d61af0704563794451a14b5ea4f3a2 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. |
+ virtual bool IsAutocompleteEnabled() = 0; |
}; |
} // namespace autofill |