| Index: chrome/browser/instant/instant_controller_delegate.h
|
| diff --git a/chrome/browser/instant/instant_controller_delegate.h b/chrome/browser/instant/instant_controller_delegate.h
|
| index 908dd7e746ceffc6bcdf79ccc2f6871439699f1d..247eb7b88e8ab8cd72914d5d31bf76380203bae4 100644
|
| --- a/chrome/browser/instant/instant_controller_delegate.h
|
| +++ b/chrome/browser/instant/instant_controller_delegate.h
|
| @@ -44,6 +44,10 @@ class InstantControllerDelegate {
|
| // clicking on it.
|
| virtual void InstantPreviewFocused() = 0;
|
|
|
| + // Resize the Instant preview to the given |height|, interpreting the height
|
| + // to be in the given |units| (see instant_types.h for details).
|
| + virtual void SetInstantPreviewHeight(int height, InstantSizeUnits units) = 0;
|
| +
|
| // Return the currently active tab, over which any preview would be shown.
|
| virtual TabContents* GetActiveTabContents() const = 0;
|
|
|
|
|