Index: chrome/browser/ui/browser_instant_controller.h |
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h |
index 0ffaf100e35bf82479972dda69cc92469fb5eea4..0f9414fb1dd66d71c7e17df2c83f8a8e27b2f9fb 100644 |
--- a/chrome/browser/ui/browser_instant_controller.h |
+++ b/chrome/browser/ui/browser_instant_controller.h |
@@ -58,27 +58,11 @@ class BrowserInstantController |
// this BrowserInstantController. |
InstantController* instant() { return &instant_; } |
- // Invoked by |instant_| to commit the |overlay| by merging it into the active |
- // tab or adding it as a new tab. |
- void CommitInstant(scoped_ptr<content::WebContents> overlay, bool in_new_tab); |
- |
- // Invoked by |instant_| to autocomplete the |suggestion| into the omnibox. |
- void SetInstantSuggestion(const InstantSuggestion& suggestion); |
- |
- // Invoked by |instant_| to get the bounds that the overlay is placed at, |
- // in screen coordinates. |
- gfx::Rect GetInstantBounds(); |
- |
- // Invoked by |instant_| to notify that the overlay gained focus, usually due |
- // to the user clicking on it. |
- void InstantOverlayFocused(); |
- |
// Invoked by |instant_| to give the omnibox focus, with the option of making |
// the caret invisible. |
void FocusOmnibox(bool caret_visibility); |
- // Invoked by |instant_| to get the currently active tab, over which the |
- // overlay would be shown. |
+ // Invoked by |instant_| to get the currently active tab. |
content::WebContents* GetActiveWebContents() const; |
// Invoked by |browser_| when the active tab changes. |