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

Unified Diff: components/sessions.gypi

Issue 1343833002: Abstract content::SessionStorageNamespace from core TabRestore code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extension_tab_helper
Patch Set: Response to review Created 5 years, 3 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.cc ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions.gypi
diff --git a/components/sessions.gypi b/components/sessions.gypi
index ff6e4bce41b38dbd0a3bd6c44c19f2992f7f77aa..0428a46ad9c501e72c8dcfcd28fb4143b70c0ee8 100644
--- a/components/sessions.gypi
+++ b/components/sessions.gypi
@@ -16,6 +16,7 @@
'sessions/core/serialized_navigation_driver.h',
'sessions/core/session_constants.cc',
'sessions/core/session_constants.h',
+ 'sessions/core/tab_restore_service_client.cc',
'sessions/core/tab_restore_service_client.h',
'sessions/serialized_navigation_entry.cc',
'sessions/serialized_navigation_entry.h',
@@ -93,6 +94,8 @@
'sessions/content/content_serialized_navigation_builder.h',
'sessions/content/content_serialized_navigation_driver.cc',
'sessions/content/content_serialized_navigation_driver.h',
+ 'sessions/content/content_tab_client_data.cc',
+ 'sessions/content/content_tab_client_data.h',
],
},
],
« no previous file with comments | « chrome/browser/ui/browser_tab_restore_service_delegate.cc ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698