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 5563b9f9e716d68a2e2ae67a161ea88807c84cc2..787f85dd4cfac0be74750cc04d7cb3139f89b125 100644 |
--- a/components/autofill/browser/autofill_manager_delegate.h |
+++ b/components/autofill/browser/autofill_manager_delegate.h |
@@ -127,6 +127,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 the autofill should be disabled. |
Ilya Sherman
2013/06/18 05:56:25
nit: "the autofill" -> "Autofill" or "the Autofill
Ilya Sherman
2013/06/18 05:56:25
nit: "should be disabled" -> "should be enabled" t
sgurun-gerrit only
2013/06/19 00:16:17
Done.
sgurun-gerrit only
2013/06/19 00:16:17
Done.
|
+ virtual bool IsAutoCompleteEnabled() = 0; |
Ilya Sherman
2013/06/18 05:56:25
nit: "AutoComplete" -> "Autocomplete", to match th
sgurun-gerrit only
2013/06/19 00:16:17
Done.
|
}; |
} // namespace autofill |