| 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 1df68bade0afdd1411b42f82424633a06cebb3bd..7d186a777a39c2d8ff4bfb60ebc8924a4cbf0baa 100644
|
| --- a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
|
| @@ -58,6 +58,10 @@ class CardUnmaskPromptControllerImpl : public CardUnmaskPromptController {
|
| base::WeakPtr<CardUnmaskDelegate> delegate_;
|
| CardUnmaskPromptView* card_unmask_view_;
|
|
|
| + bool unmasking_success_;
|
| + bool unmasking_initial_should_store_pan_;
|
| + int unmasking_number_of_attempts_;
|
| +
|
| CardUnmaskDelegate::UnmaskResponse pending_response_;
|
|
|
| base::WeakPtrFactory<CardUnmaskPromptControllerImpl> weak_pointer_factory_;
|
|
|