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

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

Issue 9015022: Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelectedWebContents. I've ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 12 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/ui/browser_tab_restore_service_delegate.h
===================================================================
--- chrome/browser/ui/browser_tab_restore_service_delegate.h (revision 116109)
+++ chrome/browser/ui/browser_tab_restore_service_delegate.h (working copy)
@@ -12,9 +12,6 @@
#include "chrome/browser/sessions/tab_restore_service_delegate.h"
class Browser;
-class SessionStorageNamespace;
-class TabContents;
-class TabNavigation;
// Implementation of TabRestoreServiceDelegate which uses an instance of
// Browser in order to fulfil its duties.
@@ -30,7 +27,7 @@
virtual int GetTabCount() const OVERRIDE;
virtual int GetSelectedIndex() const OVERRIDE;
virtual TabContents* GetTabContentsAt(int index) const OVERRIDE;
- virtual TabContents* GetSelectedTabContents() const OVERRIDE;
+ virtual content::WebContents* GetSelectedWebContents() const OVERRIDE;
virtual bool IsTabPinned(int index) const OVERRIDE;
virtual TabContents* AddRestoredTab(
const std::vector<TabNavigation>& navigations,
« no previous file with comments | « chrome/browser/ui/browser_navigator_browsertest_chromeos.cc ('k') | chrome/browser/ui/browser_tab_restore_service_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698