| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index 8278ca73e0a482ba4d1eda59c55c2e91996e39f4..699fe7da95c4dab628da2044e51f0eed0a13bc2a 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -92,6 +92,10 @@ class AutofillManager : public content::WebContentsObserver,
|
| void OnDidPreviewAutofillFormData();
|
| void OnShowPasswordGenerationPopup(const gfx::Rect& bounds);
|
|
|
| + // Remove the credit card or Autofill profile that matches |unique_id|
|
| + // from the database.
|
| + void RemoveAutofillProfileOrCreditCard(int unique_id);
|
| +
|
| protected:
|
| // Only test code should subclass AutofillManager.
|
| friend class base::RefCounted<AutofillManager>;
|
|
|