| 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 73f927d2083b84954644d4f26873d39cead59813..99b6dda71ffb4176733e98ff93bf108f6693a9b7 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
|
| @@ -56,6 +56,10 @@ class CardUnmaskPromptViewBridge : public CardUnmaskPromptView,
|
|
|
| - (void)setProgressOverlayText:(const base::string16&)text;
|
| - (void)setRetriableErrorMessage:(const base::string16&)text;
|
| +- (void)setPermanentErrorMessage:(const base::string16&)text;
|
| +
|
| +// Layout the dialog and redisplay it.
|
| +- (void)performLayout;
|
|
|
| @end
|
|
|
|
|