| Index: components/autofill/core/browser/autofill_popup_delegate.h
|
| diff --git a/components/autofill/core/browser/autofill_popup_delegate.h b/components/autofill/core/browser/autofill_popup_delegate.h
|
| index 99a66758a30bbebf60f074f5b3027c290dade242..5a864242755b154a757e22e2d6b8315f20fb6f4c 100644
|
| --- a/components/autofill/core/browser/autofill_popup_delegate.h
|
| +++ b/components/autofill/core/browser/autofill_popup_delegate.h
|
| @@ -43,6 +43,9 @@ class AutofillPopupDelegate {
|
|
|
| // Informs the delegate that the Autofill previewed form should be cleared.
|
| virtual void ClearPreviewedForm() = 0;
|
| +
|
| + // Returns true if popup is for credit card.
|
| + virtual bool IsCreditCardPopup() = 0;
|
| };
|
|
|
| } // namespace autofill
|
|
|