| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 1c91ff0a8d965e5824cb4a3be239b2ec1bdddb5d..67c6fa26c8a2000c636208c9acde16d37760064e 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -3192,7 +3192,7 @@ void TestingAutomationProvider::GetInstantInfo(Browser* browser,
|
| InstantController* instant = browser->instant_controller()->instant();
|
| info->SetBoolean("enabled", true);
|
| info->SetBoolean("active", (instant->GetPreviewContents() != NULL));
|
| - info->SetBoolean("current", instant->IsCurrent());
|
| + info->SetBoolean("current", instant->IsCurrentSearch());
|
| if (instant->GetPreviewContents()) {
|
| WebContents* contents = instant->GetPreviewContents();
|
| info->SetBoolean("loading", contents->IsLoading());
|
|
|