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

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

Issue 1038503003: Autofill OSX: Add PermanentErrorMessage box and 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 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

Powered by Google App Engine
This is Rietveld 408576698