Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7523)

Unified Diff: chrome/browser/sessions/tab_restore_service_delegate.h

Issue 10837192: Speculative revert to see if this change introduced a performance regression on Mac intl perf bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « chrome/browser/sessions/tab_restore_service_browsertest.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698