Index: chrome/browser/sessions/tab_restore_service_delegate.h |
=================================================================== |
--- chrome/browser/sessions/tab_restore_service_delegate.h (revision 150796) |
+++ chrome/browser/sessions/tab_restore_service_delegate.h (working copy) |
@@ -64,9 +64,10 @@ |
static TabRestoreServiceDelegate* Create(Profile* profile, |
const std::string& app_name); |
- // see browser::FindBrowserForWebContents |
- static TabRestoreServiceDelegate* FindDelegateForWebContents( |
- const content::WebContents* contents); |
+ // see browser::FindBrowserForController |
+ static TabRestoreServiceDelegate* FindDelegateForController( |
+ const content::NavigationController* controller, |
+ int* index); |
// see browser::FindBrowserWithID |
static TabRestoreServiceDelegate* FindDelegateWithID( |