Chromium Code Reviews| Index: chrome/browser/autofill/autofill_external_delegate.h |
| diff --git a/chrome/browser/autofill/autofill_external_delegate.h b/chrome/browser/autofill/autofill_external_delegate.h |
| index 18aa57c4060565d5543969d63310f94aa93e22bc..1689842284a7af52a24e75942935b07af3b6202e 100644 |
| --- a/chrome/browser/autofill/autofill_external_delegate.h |
| +++ b/chrome/browser/autofill/autofill_external_delegate.h |
| @@ -64,6 +64,9 @@ class AutofillExternalDelegate { |
| const webkit::forms::FormField& field, |
| const gfx::Rect& bounds); |
| + // Remove the Autocomplete entry specific from the DB. |
|
Ilya Sherman
2012/04/17 08:31:20
nit: What does "specific" mean?
csharp
2012/04/18 15:35:58
reworded
|
| + void RemoveAutocompleteEntry(const string16& value); |
| + |
| // Inform the delegate that the text field editing has ended, this is |
| // used to help record the metrics of when a new popup is shown. |
| void DidEndTextFieldEditing(); |