| Index: chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
|
| index c3d4c628198babda24dd854d994762aea49f0d53..0a665d4f3e06c902011dab864b62e6ec74dd867a 100644
|
| --- a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
|
| @@ -38,6 +38,10 @@ class CardUnmaskPromptControllerImpl : public CardUnmaskPromptController {
|
| bool ShouldRequestExpirationDate() const override;
|
| bool InputTextIsValid(const base::string16& input_text) const override;
|
|
|
| + protected:
|
| + // Exposed for testing.
|
| + CardUnmaskPromptView* view() { return card_unmask_view_; }
|
| +
|
| private:
|
| content::WebContents* web_contents_;
|
| CreditCard card_;
|
|
|