| Index: chrome/browser/instant/instant_loader.cc
|
| diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
|
| index 9f9a85c5f3d2bbacdfdf0669f8662315da96ad2b..f704b55f6218fe31c781e201a35a74b1b40d00e3 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::IsUsingLocalPreview() const {
|
| + return instant_url_ == InstantController::kLocalOmniboxPopupURL;
|
| +}
|
| +
|
| void InstantLoader::Update(const string16& text,
|
| size_t selection_start,
|
| size_t selection_end,
|
|
|