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

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

Issue 51933002: [rAC, OSX] Autofill popup should be shown on 2nd click. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test helper. Created 7 years, 1 month 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/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

Powered by Google App Engine
This is Rietveld 408576698