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

Unified Diff: chrome/browser/ui/browser_tab_restore_service_delegate.cc

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
« no previous file with comments | « chrome/browser/ui/browser_tab_restore_service_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_tab_restore_service_delegate.cc
diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.cc b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
index 2a1e1ac97e93fdccab8114f56de272381dec80be..6d51070472a30c5c22a256fa3dadb1d90aa7d532 100644
--- a/chrome/browser/ui/browser_tab_restore_service_delegate.cc
+++ b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
@@ -38,8 +38,8 @@ WebContents* BrowserTabRestoreServiceDelegate::GetWebContentsAt(
return browser_->GetWebContentsAt(index);
}
-WebContents* BrowserTabRestoreServiceDelegate::GetSelectedWebContents() const {
- return browser_->GetSelectedWebContents();
+WebContents* BrowserTabRestoreServiceDelegate::GetActiveWebContents() const {
+ return browser_->GetActiveWebContents();
}
bool BrowserTabRestoreServiceDelegate::IsTabPinned(int index) const {
« no previous file with comments | « chrome/browser/ui/browser_tab_restore_service_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698