diff options
Diffstat (limited to 'chrome/browser/instant/instant_controller_delegate.h')
-rw-r--r-- | chrome/browser/instant/instant_controller_delegate.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/instant/instant_controller_delegate.h b/chrome/browser/instant/instant_controller_delegate.h index e37c852..11c10f6 100644 --- a/chrome/browser/instant/instant_controller_delegate.h +++ b/chrome/browser/instant/instant_controller_delegate.h @@ -22,12 +22,6 @@ class Rect; // (note that it may return NULL). class InstantControllerDelegate { public: - // Show the preview with the given |height|. - virtual void ShowInstant(int height, InstantSizeUnits units) = 0; - - // Hide any preview currently being shown. - virtual void HideInstant() = 0; - // Commit the |preview| by merging it into the active tab or adding it as a // new tab, based on |in_new_tab|. Delegate takes ownership of |preview|. virtual void CommitInstant(TabContents* preview, bool in_new_tab) = 0; |