Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3095)

Unified Diff: chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h

Issue 1024553004: Autofill OSX: Add RetriableErrorMessage text label. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698