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

Unified Diff: chrome/browser/ui/omnibox/omnibox_controller.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_controller.h
diff --git a/chrome/browser/ui/omnibox/omnibox_controller.h b/chrome/browser/ui/omnibox/omnibox_controller.h
index f877d332766a6fea6d65333f665cbbfe1bbba2dc..c92811a3c4249ef671c6df5064c00c2eb6af35aa 100644
--- a/chrome/browser/ui/omnibox/omnibox_controller.h
+++ b/chrome/browser/ui/omnibox/omnibox_controller.h
@@ -96,11 +96,6 @@ class OmniboxController : public AutocompleteControllerDelegate {
// TODO(beaudoin): Make private once OmniboxEditModel no longer refers to it.
void DoPreconnect(const AutocompleteMatch& match);
- // TODO(beaudoin): Make private once OmniboxEditModel no longer refers to it.
- // Invoked when the popup has changed its bounds to |bounds|. |bounds| here
- // is in screen coordinates.
- void OnPopupBoundsChanged(const gfx::Rect& bounds);
-
private:
// Returns true if a verbatim query should be used for Instant. A verbatim

Powered by Google App Engine
This is Rietveld 408576698