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

Unified Diff: chrome/chrome_browser.gypi

Issue 6901031: Profile shouldn't own Session/TabRestore services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again and hope upload works this time Created 9 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/webui/new_tab_ui.cc ('k') | chrome/test/live_sync/live_sessions_sync_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 210a3443b7fbe82626b32a11362a705cb399aa9d..07e82b72e48383562c80b767634505e051552137 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1801,10 +1801,14 @@
'browser/sessions/session_restore.h',
'browser/sessions/session_service.cc',
'browser/sessions/session_service.h',
+ 'browser/sessions/session_service_factory.cc',
+ 'browser/sessions/session_service_factory.h',
'browser/sessions/session_types.cc',
'browser/sessions/session_types.h',
'browser/sessions/tab_restore_service.cc',
'browser/sessions/tab_restore_service.h',
+ 'browser/sessions/tab_restore_service_factory.cc',
+ 'browser/sessions/tab_restore_service_factory.h',
'browser/shell_integration.cc',
'browser/shell_integration.h',
'browser/shell_integration_linux.cc',
« no previous file with comments | « chrome/browser/ui/webui/new_tab_ui.cc ('k') | chrome/test/live_sync/live_sessions_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698