| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index c1556d9e1bb6c69324779bc9d7c71a1975e8835d..3e0ce26be53db3c179f8d10dd5b93e9286221789 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1445,7 +1445,7 @@ void Browser::AddNewContents(WebContents* source,
|
| user_gesture, was_blocked);
|
| }
|
|
|
| -void Browser::ActivateContents(WebContents* contents) {
|
| +void Browser::ActivateContents(WebContents* contents, bool user_gesture) {
|
| tab_strip_model_->ActivateTabAt(
|
| tab_strip_model_->GetIndexOfWebContents(contents), false);
|
| window_->Activate();
|
|
|