| Index: chrome/browser/ui/omnibox/omnibox_edit_model.h | 
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.h b/chrome/browser/ui/omnibox/omnibox_edit_model.h | 
| index 6caf62f542932a94b4d3cbe564454c88cc6574c4..f450b774fe82b2bc7dbd613dfa013160e8073578 100644 | 
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.h | 
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h | 
| @@ -273,8 +273,12 @@ class OmniboxEditModel : public AutocompleteControllerDelegate { | 
| bool just_deleted_text, | 
| bool allow_keyword_ui_change); | 
|  | 
| -  // Invoked when the popup is going to change its bounds to |bounds|. | 
| -  void PopupBoundsChangedTo(const gfx::Rect& bounds); | 
| +  // Invoked when the popup has changed its bounds to |bounds|. | 
| +  void OnPopupBoundsChanged(const gfx::Rect& bounds); | 
| + | 
| +  // Invoked when the omnibox has changed its bounds to |bounds|. | 
| +  void OnOmniboxBoundsChanged(const gfx::Rect& omnibox_bounds, | 
| +                              const gfx::Rect& parent_bounds); | 
|  | 
| private: | 
| enum PasteState { | 
|  |