| Index: chrome/browser/sessions/tab_restore_service_delegate.h
|
| diff --git a/chrome/browser/sessions/tab_restore_service_delegate.h b/chrome/browser/sessions/tab_restore_service_delegate.h
|
| index 867891c2c4f9a6ee5c6970e4eeb05ffd42a0e9ec..b46c05ff7ca93d7efe66374b2607007a7baf4d69 100644
|
| --- a/chrome/browser/sessions/tab_restore_service_delegate.h
|
| +++ b/chrome/browser/sessions/tab_restore_service_delegate.h
|
| @@ -41,7 +41,7 @@ class TabRestoreServiceDelegate {
|
|
|
| // see Browser methods with the same names
|
| virtual content::WebContents* GetWebContentsAt(int index) const = 0;
|
| - virtual content::WebContents* GetSelectedWebContents() const = 0;
|
| + virtual content::WebContents* GetActiveWebContents() const = 0;
|
| virtual bool IsTabPinned(int index) const = 0;
|
| virtual content::WebContents* AddRestoredTab(
|
| const std::vector<TabNavigation>& navigations,
|
|
|