Index: chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
index af19070b6ecd10a781832d3bf1410554d9af5055..bc18664f0160376881094b565c6dac24935ef668 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
@@ -29,6 +29,9 @@ namespace autofill { |
// Updates the validation message for a given field. |
- (void)updateMessageForField:(NSControl<AutofillInputField>*)field; |
+// Hides the validation error bubble. |
+- (void)hideErrorBubble; |
+ |
@end |