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 b03818f929b2878cfb02b0a8fba0883896dece1d..73f927d2083b84954644d4f26873d39cead59813 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 |
@@ -55,6 +55,7 @@ class CardUnmaskPromptViewBridge : public CardUnmaskPromptView, |
- (id)initWithBridge:(autofill::CardUnmaskPromptViewBridge*)bridge; |
- (void)setProgressOverlayText:(const base::string16&)text; |
+- (void)setRetriableErrorMessage:(const base::string16&)text; |
groby-ooo-7-16
2015/03/24 01:26:49
Retryable. (Ideally, just setErrorMessage - if you
Evan Stade
2015/03/24 16:07:40
what's wrong with retriable? Neither retriable nor
groby-ooo-7-16
2015/03/24 20:54:11
Maybe just my preference? For my searches, retryab
|
@end |