| Index: chrome/browser/instant/instant_loader.cc
|
| diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
|
| index 8b28bc0076c191a882f8ef9da1131c379a0bbd7c..cb2d5936e0a689ada2ca66615cf2e7e4627e3f2a 100644
|
| --- a/chrome/browser/instant/instant_loader.cc
|
| +++ b/chrome/browser/instant/instant_loader.cc
|
| @@ -684,7 +684,7 @@ void InstantLoader::SetOmniboxBounds(const gfx::Rect& bounds) {
|
| if (omnibox_bounds_.height() > last_omnibox_bounds_.height()) {
|
| SendBoundsToPage(false);
|
| } else {
|
| - update_bounds_timer_.Start(
|
| + update_bounds_timer_.Start(FROM_HERE,
|
| base::TimeDelta::FromMilliseconds(kUpdateBoundsDelayMS),
|
| this, &InstantLoader::ProcessBoundsChange);
|
| }
|
|
|