| Index: chrome/browser/instant/instant_loader_delegate.h
|
| diff --git a/chrome/browser/instant/instant_loader_delegate.h b/chrome/browser/instant/instant_loader_delegate.h
|
| index ee137a03b77e72c9fa1d9044bbb6ada14f953a94..8868d1ebb7eb3cc5b078307070478cf2a62765dc 100644
|
| --- a/chrome/browser/instant/instant_loader_delegate.h
|
| +++ b/chrome/browser/instant/instant_loader_delegate.h
|
| @@ -23,6 +23,11 @@ class InstantLoaderDelegate {
|
| // Commit the preview.
|
| virtual void CommitInstantLoader(InstantLoader* loader) = 0;
|
|
|
| + // Resize the preview.
|
| + virtual void SetInstantPreviewHeight(InstantLoader* loader,
|
| + int height,
|
| + InstantSizeUnits units) = 0;
|
| +
|
| // Notification that the first page load (of the Instant URL) completed.
|
| virtual void InstantLoaderPreviewLoaded(InstantLoader* loader) = 0;
|
|
|
|
|