| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index c0696cf5afa5f2489e89a9d27ca704fe63a1aa9c..dae07c8e066c0e73b57e13a9028a5ec4f3a4a6c6 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -123,6 +123,9 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
| void OnDidFillAutofillFormData(const base::TimeTicks& timestamp);
|
| void OnDidPreviewAutofillFormData();
|
|
|
| + // This method should be called after a user accepts an Autofill suggestion.
|
| + void OnUserDidAcceptAutofillSuggestion(int unique_id);
|
| +
|
| // Remove the credit card or Autofill profile that matches |unique_id|
|
| // from the database. Returns true if deletion is allowed.
|
| bool RemoveAutofillProfileOrCreditCard(int unique_id);
|
|
|