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

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: Comment classes. 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"
sdefresne 2017/05/04 14:52:35 I'm still unconvinced the BrowserList is part of U
marq (ping after 24h) 2017/05/09 10:18:59 To me, it's "model" code in that it doesn't direct
sdefresne 2017/05/11 15:57:59 It still seems strange that this is the only file
rohitrao (ping after 24h) 2017/05/15 11:56:03 It owns Browser, which in turn owns a dispatcher a
#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();

Powered by Google App Engine
This is Rietveld 408576698