| Index: components/autofill/core/browser/ui/save_card_bubble_controller.h
|
| diff --git a/components/autofill/core/browser/ui/save_card_bubble_controller.h b/components/autofill/core/browser/ui/save_card_bubble_controller.h
|
| index f01cac3f2200f820fb9318bd9af167b46695e6a3..5b56b1fa6d2544d0a4867a9afe89c5c2463b076d 100644
|
| --- a/components/autofill/core/browser/ui/save_card_bubble_controller.h
|
| +++ b/components/autofill/core/browser/ui/save_card_bubble_controller.h
|
| @@ -58,6 +58,10 @@ class SaveCardBubbleController {
|
| // Returns empty vector if no legal message should be shown.
|
| virtual const LegalMessageLines& GetLegalMessageLines() const = 0;
|
|
|
| + // Sets whether the normal title or the "Confirm [card]" title shown be shown
|
| + // during upload save.
|
| + virtual void SetShowUploadConfirmTitle(bool show_upload_confirm_title) = 0;
|
| +
|
| // Utilities.
|
| virtual bool InputCvcIsValid(const base::string16& input_text) const = 0;
|
|
|
|
|