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

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

Issue 10391158: Moves methods for finding browsers to browser_finder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include fixs Created 8 years, 7 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
diff --git a/chrome/browser/sessions/tab_restore_service_delegate.h b/chrome/browser/sessions/tab_restore_service_delegate.h
index 5c7182f5d221cf60acff0ecb23eb109745171fac..867891c2c4f9a6ee5c6970e4eeb05ffd42a0e9ec 100644
--- a/chrome/browser/sessions/tab_restore_service_delegate.h
+++ b/chrome/browser/sessions/tab_restore_service_delegate.h
@@ -64,12 +64,12 @@ class TabRestoreServiceDelegate {
static TabRestoreServiceDelegate* Create(Profile* profile,
const std::string& app_name);
- // see BrowserList::GetBrowserForController
+ // see browser::FindBrowserForController
static TabRestoreServiceDelegate* FindDelegateForController(
const content::NavigationController* controller,
int* index);
- // see BrowserList::FindBrowserWithID
+ // see browser::FindBrowserWithID
static TabRestoreServiceDelegate* FindDelegateWithID(
SessionID::id_type desired_id);

Powered by Google App Engine
This is Rietveld 408576698