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 7b4b9c48a47b67e3f5fca766d87879bc8a56580b..542e8b8e352f60e3cff0c1eb131e2a5577bce671 100644 |
--- a/components/autofill/core/browser/autofill_manager.h |
+++ b/components/autofill/core/browser/autofill_manager.h |
@@ -124,8 +124,8 @@ class AutofillManager : public AutofillDownloadManager::Observer, |
void OnDidPreviewAutofillFormData(); |
// Remove the credit card or Autofill profile that matches |unique_id| |
- // from the database. |
- void RemoveAutofillProfileOrCreditCard(int unique_id); |
+ // from the database. Returns true if deletion is allowed. |
+ bool RemoveAutofillProfileOrCreditCard(int unique_id); |
// Remove the specified Autocomplete entry. |
void RemoveAutocompleteEntry(const base::string16& name, |