Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / browser_instant_controller.h
index d9c70ca..3953c69 100644 (file)
@@ -48,17 +48,12 @@ class BrowserInstantController : public SearchModelObserver,
   void TabDeactivated(content::WebContents* contents);
 
  private:
-  // Overridden from search::SearchModelObserver:
+  // SearchModelObserver:
   virtual void ModelChanged(const SearchModel::State& old_state,
                             const SearchModel::State& new_state) OVERRIDE;
 
-  // Overridden from InstantServiceObserver:
+  // InstantServiceObserver:
   virtual void DefaultSearchProviderChanged() OVERRIDE;
-  virtual void GoogleURLUpdated() OVERRIDE;
-
-  // Reloads the tabs in instant process to ensure that their privileged status
-  // is still valid.
-  void ReloadTabsInInstantProcess();
 
   // Replaces the contents at tab |index| with |new_contents| and deletes the
   // existing contents.