diff options
Diffstat (limited to 'chrome/browser/instant/instant_page.cc')
-rw-r--r-- | chrome/browser/instant/instant_page.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/instant/instant_page.cc b/chrome/browser/instant/instant_page.cc index c89521d..cbb0390 100644 --- a/chrome/browser/instant/instant_page.cc +++ b/chrome/browser/instant/instant_page.cc @@ -225,13 +225,12 @@ void InstantPage::OnInstantSupportDetermined(int page_id, } void InstantPage::OnShowInstantOverlay(int page_id, - InstantShownReason reason, int height, InstantSizeUnits units) { if (contents()->IsActiveEntry(page_id)) { OnInstantSupportDetermined(page_id, true); if (ShouldProcessShowInstantOverlay()) - delegate_->ShowInstantOverlay(contents(), reason, height, units); + delegate_->ShowInstantOverlay(contents(), height, units); } } |