Index: chrome/browser/autocomplete/autocomplete_edit.h |
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h |
index 6cefc0bfcdfe9c57823db7114f0199f89b9ee20f..6458f6c92e3a180f962607785fb3108bfac39192 100644 |
--- a/chrome/browser/autocomplete/autocomplete_edit.h |
+++ b/chrome/browser/autocomplete/autocomplete_edit.h |
@@ -319,6 +319,9 @@ class AutocompleteEditModel : public NotificationObserver { |
// Invoked when the popup is going to change its bounds to |bounds|. |
void PopupBoundsChangedTo(const gfx::Rect& bounds); |
+ // Called when the popup is closed. |
+ void OnPopupClosed(); |
+ |
private: |
enum PasteState { |
NONE, // Most recent edit was not a paste. |