| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 8930fb830f52039e90bbc718350a7c10d55b4faf..017d081cabb6c8b4f4312aa95d1b5ab9e5aa19d2 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1112,7 +1112,6 @@ void Browser::ActiveTabChanged(WebContents* old_contents,
|
| if (instant_controller_)
|
| instant_controller_->ActiveTabChanged();
|
|
|
| - autofill::ChromeAutofillClient::FromWebContents(new_contents)->TabActivated();
|
| SearchTabHelper::FromWebContents(new_contents)->OnTabActivated();
|
| }
|
|
|
|
|