| 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..ce7d9e5c24f029044e4cadc4f93f1742b0b8bb47 100644
|
| --- a/chrome/browser/instant/instant_controller_delegate.h
|
| +++ b/chrome/browser/instant/instant_controller_delegate.h
|
| @@ -22,8 +22,8 @@ class Rect;
|
| // (note that it may return NULL).
|
| class InstantControllerDelegate {
|
| public:
|
| - // Show the preview.
|
| - virtual void ShowInstant() = 0;
|
| + // 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;
|
|
|