| Index: chrome/browser/ui/browser_tab_restore_service_delegate.h
|
| diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.h b/chrome/browser/ui/browser_tab_restore_service_delegate.h
|
| index bc3f75e28b2bd3606be667b863bac340310d76b1..43b12a0beba85d4ef0d5dd0f8449095fc5402299 100644
|
| --- a/chrome/browser/ui/browser_tab_restore_service_delegate.h
|
| +++ b/chrome/browser/ui/browser_tab_restore_service_delegate.h
|
| @@ -28,7 +28,7 @@ class BrowserTabRestoreServiceDelegate : public TabRestoreServiceDelegate {
|
| virtual int GetSelectedIndex() const OVERRIDE;
|
| virtual std::string GetAppName() const OVERRIDE;
|
| virtual content::WebContents* GetWebContentsAt(int index) const OVERRIDE;
|
| - virtual content::WebContents* GetSelectedWebContents() const OVERRIDE;
|
| + virtual content::WebContents* GetActiveWebContents() const OVERRIDE;
|
| virtual bool IsTabPinned(int index) const OVERRIDE;
|
| virtual content::WebContents* AddRestoredTab(
|
| const std::vector<TabNavigation>& navigations,
|
|
|