Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5154)

Unified Diff: chrome/browser/ui/omnibox/omnibox_edit_model.h

Issue 18223002: InstantExtended: Remove overlay control code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698