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

Unified Diff: ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm

Issue 2858283002: [ios] Add session saving support to clean skeleton. (Closed)
Patch Set: Address comments. Created 3 years, 7 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
Index: ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
diff --git a/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm b/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
index a87f1b14b37099885681c03fd8d98b5bd454a387..5faf7b4d1a22b8f97f1e55a75efc9de31ef9b017 100644
--- a/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
+++ b/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
@@ -46,6 +46,7 @@
#include "ios/chrome/browser/translate/translate_accept_languages_factory.h"
#include "ios/chrome/browser/undo/bookmark_undo_service_factory.h"
#include "ios/chrome/browser/web_data_service_factory.h"
+#include "ios/shared/chrome/browser/ui/browser_list/browser_list_session_service_factory.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
@@ -86,6 +87,7 @@ void EnsureBrowserStateKeyedServiceFactoriesBuilt() {
ios::WebDataServiceFactory::GetInstance();
ios::WebHistoryServiceFactory::GetInstance();
AuthenticationServiceFactory::GetInstance();
+ BrowserListSessionServiceFactory::GetInstance();
DesktopPromotionSyncServiceFactory::GetInstance();
IOSChromeGCMProfileServiceFactory::GetInstance();
IOSChromeLargeIconCacheFactory::GetInstance();
« no previous file with comments | « ios/chrome/browser/browser_state/BUILD.gn ('k') | ios/clean/chrome/app/steps/root_coordinator+application_step.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698