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 bdfcd80d754fef12497b464b617ac4ef6f908b17..cf1a1582e88157519d00fac42dc6ed7aa827d1f1 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 |