| Index: chrome/browser/instant/instant_loader.cc
|
| diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
|
| index 58bc80e98a6f4cfda58d9f76973dff7fcafe960b..ac2a8811de7d42979437e2f4bd47deacd48df1ff 100644
|
| --- a/chrome/browser/instant/instant_loader.cc
|
| +++ b/chrome/browser/instant/instant_loader.cc
|
| @@ -228,6 +228,10 @@ void InstantLoader::DidNavigate(
|
| last_navigation_ = add_page_args;
|
| }
|
|
|
| +bool InstantLoader::IsLoadingLocalOmniboxPopupURL() const {
|
| + return instant_url_ == InstantController::kLocalOmniboxPopupURL;
|
| +}
|
| +
|
| void InstantLoader::Update(const string16& text,
|
| size_t selection_start,
|
| size_t selection_end,
|
|
|