| Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| index b4e6ccfa3980cfee625d5112546c513b7834e79a..0eff81e47334d5a3f1392b5959b6d3db82d589c8 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| @@ -145,6 +145,8 @@ class OmniboxPopupContentsView : public views::View,
|
| // Returns the target bounds given the specified content height.
|
| gfx::Rect CalculateTargetBounds(int h);
|
|
|
| + OmniboxResultView* result_view_at(size_t i);
|
| +
|
| // The popup that contains this view. We create this, but it deletes itself
|
| // when its window is destroyed. This is a WeakPtr because it's possible for
|
| // the OS to destroy the window and thus delete this object before we're
|
|
|