| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 110c7eb843d9aa58231fc357be8d36074d47dea6..0ad578caa65721f70e89c6f5ad169b0ffbeb65af 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -974,8 +974,6 @@ void Browser::TabInsertedAt(TabStripModel* tab_strip_model,
|
|
|
| SessionTabHelper::FromWebContents(contents)->SetWindowID(session_id());
|
|
|
| - SearchTabHelper::FromWebContents(contents)->OnTabAttachedToWindow(window_);
|
| -
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_TAB_PARENTED,
|
| content::Source<content::WebContents>(contents),
|
|
|