| Index: chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
|
| index 55f16667c321e2f08e9e96641d1f5e97152a6f90..b03818f929b2878cfb02b0a8fba0883896dece1d 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
|
| @@ -42,6 +42,8 @@ class CardUnmaskPromptViewBridge : public CardUnmaskPromptView,
|
|
|
| // The controller |this| queries for logic and state.
|
| CardUnmaskPromptController* controller_;
|
| +
|
| + base::WeakPtrFactory<CardUnmaskPromptViewBridge> weak_ptr_factory_;
|
| };
|
|
|
| } // autofill
|
| @@ -52,8 +54,7 @@ class CardUnmaskPromptViewBridge : public CardUnmaskPromptView,
|
| // Designated initializer. |bridge| must not be NULL.
|
| - (id)initWithBridge:(autofill::CardUnmaskPromptViewBridge*)bridge;
|
|
|
| -- (void)setInputsEnabled:(BOOL)enabled;
|
| -- (void)updateVerifyButtonEnabled;
|
| +- (void)setProgressOverlayText:(const base::string16&)text;
|
|
|
| @end
|
|
|
|
|