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

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

Issue 11359201: Remove TabContents from TabStripModelObserver::TabReplacedAt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/sessions/session_restore.cc ('k') | chrome/browser/sessions/session_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/session_service.h
diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
index 03dc49d9c4cbe95c3ff4a441547d47d95277481e..98f0fa56336882d3457282a866323bbb47d38fb4 100644
--- a/chrome/browser/sessions/session_service.h
+++ b/chrome/browser/sessions/session_service.h
@@ -164,7 +164,7 @@ class SessionService : public BaseSessionService,
// Notification that a tab has restored its entries or a closed tab is being
// reused.
- void TabRestored(TabContents* tab, bool pinned);
+ void TabRestored(content::WebContents* tab, bool pinned);
// Sets the index of the selected entry in the navigation controller for the
// specified tab.
@@ -352,7 +352,7 @@ class SessionService : public BaseSessionService,
// indices that were written.
void BuildCommandsForTab(
const SessionID& window_id,
- TabContents* tab,
+ content::WebContents* tab,
int index_in_window,
bool is_pinned,
std::vector<SessionCommand*>* commands,
« no previous file with comments | « chrome/browser/sessions/session_restore.cc ('k') | chrome/browser/sessions/session_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698