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

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

Issue 10536074: TabContentsWrapper -> TabContents, part 26. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 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,
« no previous file with comments | « chrome/browser/sessions/tab_restore_service.cc ('k') | chrome/browser/ui/browser_tab_restore_service_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698