| Index: chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.cc b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| index 2a1e1ac97e93fdccab8114f56de272381dec80be..6d51070472a30c5c22a256fa3dadb1d90aa7d532 100644
|
| --- a/chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| +++ b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| @@ -38,8 +38,8 @@ WebContents* BrowserTabRestoreServiceDelegate::GetWebContentsAt(
|
| return browser_->GetWebContentsAt(index);
|
| }
|
|
|
| -WebContents* BrowserTabRestoreServiceDelegate::GetSelectedWebContents() const {
|
| - return browser_->GetSelectedWebContents();
|
| +WebContents* BrowserTabRestoreServiceDelegate::GetActiveWebContents() const {
|
| + return browser_->GetActiveWebContents();
|
| }
|
|
|
| bool BrowserTabRestoreServiceDelegate::IsTabPinned(int index) const {
|
|
|