Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / browser_instant_controller.h
index 6af5d03..d9c70ca 100644 (file)
@@ -21,10 +21,6 @@ namespace content {
 class WebContents;
 }
 
-namespace gfx {
-class Rect;
-}
-
 class BrowserInstantController : public SearchModelObserver,
                                  public InstantServiceObserver {
  public:
@@ -51,9 +47,6 @@ class BrowserInstantController : public SearchModelObserver,
   // Invoked by |browser_| when the active tab is about to be deactivated.
   void TabDeactivated(content::WebContents* contents);
 
-  // Sets the stored omnibox bounds.
-  void SetOmniboxBounds(const gfx::Rect& bounds);
-
  private:
   // Overridden from search::SearchModelObserver:
   virtual void ModelChanged(const SearchModel::State& old_state,