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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_details_container.mm

Issue 123313002: [rAC, OSX] Always close error bubble on focus loss (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/autofill/autofill_details_container.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm
index 633bdf2342ccf1ae36a60e68948b74d4e1d8fb0b..76f5f44d9165b02e552059ab2523f74a6a9972ed 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm
@@ -207,7 +207,7 @@ typedef BOOL (^FieldFilterBlock)(NSView<AutofillInputField>*);
}
- (void)hideErrorBubble {
- [errorBubble_ setHidden:YES];
+ [errorBubbleController_ close];
}
- (void)updateMessageForField:(NSControl<AutofillInputField>*)field {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698