| 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 c420ad45ab6dc6560ba9a55d49dd46f2c071dfc4..9f68a675448d8715c7193cd7ae317393feb24e32 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| @@ -276,6 +276,9 @@ class OmniboxEditModel : public AutocompleteControllerDelegate {
|
| // Invoked when the popup is going to change its bounds to |bounds|.
|
| void PopupBoundsChangedTo(const gfx::Rect& bounds);
|
|
|
| + // Invoked when the omnibox is going to change its bounds to |bounds|.
|
| + void OmniboxBoundsChangedTo(const gfx::Rect& bounds);
|
| +
|
| private:
|
| enum PasteState {
|
| NONE, // Most recent edit was not a paste.
|
|
|