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 f4a8aa6d23a97d542001129774f2fffb4b261cb8..b89df5c7a6446aa63c0c373606e538974d87cc2d 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_edit_model.h |
+++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h |
@@ -297,14 +297,6 @@ class OmniboxEditModel { |
bool just_deleted_text, |
bool allow_keyword_ui_change); |
- // TODO(beaudoin): Mac code still calls this here. We should try to untangle |
- // this. |
- // Invoked when the popup has changed its bounds to |bounds|. |bounds| here |
- // is in screen coordinates. |
- void OnPopupBoundsChanged(const gfx::Rect& bounds) { |
- omnibox_controller_->OnPopupBoundsChanged(bounds); |
- } |
- |
// Called when the current match has changed in the OmniboxController. |
void OnCurrentMatchChanged(bool is_temporary_set_by_instant); |
Peter Kasting
2013/06/28 18:47:55
This function is now never called with its arg set
Jered
2013/06/28 19:09:55
Done.
|