Chromium Code Reviews| 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..5cf949ed2134ff3f965ec4d699e6265ff3a9294b 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 form data should be ignored. |
| + virtual bool ShouldIgnoreFormData() = 0; |
|
Ilya Sherman
2013/06/15 00:28:09
IMO this comment and method name are insufficientl
sgurun-gerrit only
2013/06/17 21:20:32
Himm, I guess a cleaner approach would be introduc
|
| }; |
| } // namespace autofill |