| Index: chrome/browser/instant/instant_controller.cc
|
| diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc
|
| index e0fc9e77fef1b23103ee22eca53921410a28aee3..2cff6c49236f51f8b983a4314d6828eee0a770a7 100644
|
| --- a/chrome/browser/instant/instant_controller.cc
|
| +++ b/chrome/browser/instant/instant_controller.cc
|
| @@ -429,6 +429,10 @@ bool InstantController::IsPreviewingSearchResults() const {
|
| IsFullHeight(model_);
|
| }
|
|
|
| +bool InstantController::IsInstantExtendedSearch() const {
|
| + return extended_enabled_ && instant_enabled_ && last_match_was_search_;
|
| +}
|
| +
|
| bool InstantController::CommitIfPossible(InstantCommitType type) {
|
| if (!extended_enabled_ && !instant_enabled_)
|
| return false;
|
|
|