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

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

Issue 14497003: Moves TabNavigation into components/sessions and renames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really remove webkit_support Created 7 years, 8 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.h ('k') | chrome/browser/ui/browser_tab_restore_service_delegate.cc » ('j') | 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.h
diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.h b/chrome/browser/ui/browser_tab_restore_service_delegate.h
index c499ec6f1e7abf1c9522934628e2f78439f95ebc..fc3a6882c3faac512a94804c7e90acc60c30d18f 100644
--- a/chrome/browser/ui/browser_tab_restore_service_delegate.h
+++ b/chrome/browser/ui/browser_tab_restore_service_delegate.h
@@ -31,7 +31,7 @@ class BrowserTabRestoreServiceDelegate : public TabRestoreServiceDelegate {
virtual content::WebContents* GetActiveWebContents() const OVERRIDE;
virtual bool IsTabPinned(int index) const OVERRIDE;
virtual content::WebContents* AddRestoredTab(
- const std::vector<TabNavigation>& navigations,
+ const std::vector<sessions::SerializedNavigationEntry>& navigations,
int tab_index,
int selected_navigation,
const std::string& extension_app_id,
@@ -41,7 +41,7 @@ class BrowserTabRestoreServiceDelegate : public TabRestoreServiceDelegate {
content::SessionStorageNamespace* storage_namespace,
const std::string& user_agent_override) OVERRIDE;
virtual void ReplaceRestoredTab(
- const std::vector<TabNavigation>& navigations,
+ const std::vector<sessions::SerializedNavigationEntry>& navigations,
int selected_navigation,
bool from_last_session,
const std::string& extension_app_id,
« no previous file with comments | « chrome/browser/ui/browser.h ('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