Index: chrome/browser/ui/cocoa/autofill/autofill_pop_up_button.mm |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_pop_up_button.mm b/chrome/browser/ui/cocoa/autofill/autofill_pop_up_button.mm |
index edb2e02a1c09cc4c7a8aee14aa18e0b86388dd32..2312b4c70b31bab574c005f32fb4b13c87e3600d 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_pop_up_button.mm |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_pop_up_button.mm |
@@ -71,8 +71,10 @@ |
} |
- (void)didSelectItem:(id)sender { |
- if (inputDelegate_) |
+ if (inputDelegate_) { |
+ [inputDelegate_ didChange:self]; |
[inputDelegate_ didEndEditing:self]; |
+ } |
} |
@end |