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

Unified Diff: chrome/browser/extensions/api/session_restore/session_restore_api.cc

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/DEPS ('k') | chrome/browser/jumplist_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/session_restore/session_restore_api.cc
diff --git a/chrome/browser/extensions/api/session_restore/session_restore_api.cc b/chrome/browser/extensions/api/session_restore/session_restore_api.cc
index 740bf891929a411a1078b8c279476feae886cd2f..922ea3ec24da4df437f8f6ccef3f1e297e6a8a64 100644
--- a/chrome/browser/extensions/api/session_restore/session_restore_api.cc
+++ b/chrome/browser/extensions/api/session_restore/session_restore_api.cc
@@ -50,7 +50,7 @@ namespace session_restore = api::session_restore;
scoped_ptr<tabs::Tab> SessionRestoreGetRecentlyClosedFunction::CreateTabModel(
const TabRestoreService::Tab& tab, int selected_index) {
scoped_ptr<tabs::Tab> tab_struct(new tabs::Tab);
- const TabNavigation& current_navigation =
+ const sessions::SerializedNavigationEntry& current_navigation =
tab.navigations[tab.current_navigation_index];
GURL gurl = current_navigation.virtual_url();
std::string title = UTF16ToUTF8(current_navigation.title());
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/jumplist_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698