| 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 f3d3e2f762e8271d3fc262f0cda24476164aef63..abee4067c8533850ea9540e9dc57da8dfd833adf 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -97,6 +97,10 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
| virtual bool ShouldShowScanCreditCard(const FormData& form,
|
| const FormFieldData& field);
|
|
|
| + // Whether the |field| belongs to CREDIT_CARD |FieldTypeGroup|.
|
| + virtual bool IsCreditCardPopup(const FormData& form,
|
| + const FormFieldData& field);
|
| +
|
| // Whether we should show the signin promo, based on the triggered |field|
|
| // inside the |form|.
|
| virtual bool ShouldShowCreditCardSigninPromo(const FormData& form,
|
|
|