| 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 f8444f67bb086fe528660a87a103a257bdf3e1f8..c1c348a5e9fdf27344b443423a5bfd1e4bd46b82 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| @@ -287,8 +287,9 @@ 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|. |bounds| here
|
| + // is in screen coordinates.
|
| + void OnPopupBoundsChanged(const gfx::Rect& bounds);
|
|
|
| private:
|
| enum PasteState {
|
|
|