| 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..4e1ef1157b15ba00317149857031ef7c2fab9431 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
|
| @@ -52,8 +52,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
|
|
|
|
|