| Index: chrome/browser/instant/instant_loader.h
|
| diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h
|
| index bae1a89a99b904fc2ba144f0c70d083540d33aaa..8be48af26798d9788ecc73455bc2e46ddc92d779 100644
|
| --- a/chrome/browser/instant/instant_loader.h
|
| +++ b/chrome/browser/instant/instant_loader.h
|
| @@ -127,9 +127,14 @@ class InstantLoader : public NotificationObserver {
|
| // the page needs to be reloaded.
|
| void PageDoesntSupportInstant(bool needs_reload);
|
|
|
| - // Invoked from the timer to update the bounds of the omnibox.
|
| + // Invokes |SetBoundsToPage(false)|. This is called from the timer.
|
| void ProcessBoundsChange();
|
|
|
| + // Notifes the page of the omnibox bounds. If |force_if_loading| is true the
|
| + // bounds are sent down even if we're waiting on the load, otherwise if we're
|
| + // waiting on the load and |force_if_loading| is false this does nothing.
|
| + void SendBoundsToPage(bool force_if_loading);
|
| +
|
| // Creates and sets the preview TabContentsWrapper.
|
| void CreatePreviewContents(TabContentsWrapper* tab_contents);
|
|
|
|
|