| Index: chrome/browser/ui/autofill/card_unmask_prompt_controller.h
|
| diff --git a/chrome/browser/ui/autofill/card_unmask_prompt_controller.h b/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
|
| index e31a67cf7990e2282e1db11dd4a7f4dcf3f61bbe..85ef4a30cc079ee37695d12757b9f6db501059eb 100644
|
| --- a/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
|
| +++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
|
| @@ -17,7 +17,9 @@ class CardUnmaskPromptController {
|
| public:
|
| // Interaction.
|
| virtual void OnUnmaskDialogClosed() = 0;
|
| - virtual void OnUnmaskResponse(const base::string16& cvc) = 0;
|
| + virtual void OnUnmaskResponse(const base::string16& cvc,
|
| + const base::string16& exp_month,
|
| + const base::string16& exp_year) = 0;
|
|
|
| // State.
|
| virtual content::WebContents* GetWebContents() = 0;
|
|
|