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

Side by Side Diff: ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm

Issue 2643723004: Add Desktop iOS promotion logging to chrome ios app. (Closed)
Patch Set: to be submitted Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ios/chrome/browser/browser_state/browser_state_keyed_service_factories .h" 5 #include "ios/chrome/browser/browser_state/browser_state_keyed_service_factories .h"
6 6
7 #include "ios/chrome/browser/autocomplete/autocomplete_classifier_factory.h" 7 #include "ios/chrome/browser/autocomplete/autocomplete_classifier_factory.h"
8 #include "ios/chrome/browser/autocomplete/in_memory_url_index_factory.h" 8 #include "ios/chrome/browser/autocomplete/in_memory_url_index_factory.h"
9 #include "ios/chrome/browser/autocomplete/shortcuts_backend_factory.h" 9 #include "ios/chrome/browser/autocomplete/shortcuts_backend_factory.h"
10 #include "ios/chrome/browser/autofill/personal_data_manager_factory.h" 10 #include "ios/chrome/browser/autofill/personal_data_manager_factory.h"
11 #include "ios/chrome/browser/bookmarks/bookmark_model_factory.h" 11 #include "ios/chrome/browser/bookmarks/bookmark_model_factory.h"
12 #include "ios/chrome/browser/bookmarks/startup_task_runner_service_factory.h" 12 #include "ios/chrome/browser/bookmarks/startup_task_runner_service_factory.h"
13 #include "ios/chrome/browser/content_settings/cookie_settings_factory.h" 13 #include "ios/chrome/browser/content_settings/cookie_settings_factory.h"
14 #include "ios/chrome/browser/desktop_promotion/desktop_promotion_sync_service_fa ctory.h"
14 #include "ios/chrome/browser/dom_distiller/dom_distiller_service_factory.h" 15 #include "ios/chrome/browser/dom_distiller/dom_distiller_service_factory.h"
15 #include "ios/chrome/browser/favicon/favicon_service_factory.h" 16 #include "ios/chrome/browser/favicon/favicon_service_factory.h"
16 #include "ios/chrome/browser/favicon/ios_chrome_favicon_loader_factory.h" 17 #include "ios/chrome/browser/favicon/ios_chrome_favicon_loader_factory.h"
17 #include "ios/chrome/browser/favicon/ios_chrome_large_icon_cache_factory.h" 18 #include "ios/chrome/browser/favicon/ios_chrome_large_icon_cache_factory.h"
18 #include "ios/chrome/browser/favicon/ios_chrome_large_icon_service_factory.h" 19 #include "ios/chrome/browser/favicon/ios_chrome_large_icon_service_factory.h"
19 #include "ios/chrome/browser/google/google_logo_service_factory.h" 20 #include "ios/chrome/browser/google/google_logo_service_factory.h"
20 #include "ios/chrome/browser/google/google_url_tracker_factory.h" 21 #include "ios/chrome/browser/google/google_url_tracker_factory.h"
21 #include "ios/chrome/browser/history/history_service_factory.h" 22 #include "ios/chrome/browser/history/history_service_factory.h"
22 #include "ios/chrome/browser/history/top_sites_factory.h" 23 #include "ios/chrome/browser/history/top_sites_factory.h"
23 #include "ios/chrome/browser/history/web_history_service_factory.h" 24 #include "ios/chrome/browser/history/web_history_service_factory.h"
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ios::InMemoryURLIndexFactory::GetInstance(); 79 ios::InMemoryURLIndexFactory::GetInstance();
79 ios::ShortcutsBackendFactory::GetInstance(); 80 ios::ShortcutsBackendFactory::GetInstance();
80 ios::SigninErrorControllerFactory::GetInstance(); 81 ios::SigninErrorControllerFactory::GetInstance();
81 ios::SigninManagerFactory::GetInstance(); 82 ios::SigninManagerFactory::GetInstance();
82 ios::StartupTaskRunnerServiceFactory::GetInstance(); 83 ios::StartupTaskRunnerServiceFactory::GetInstance();
83 ios::TemplateURLServiceFactory::GetInstance(); 84 ios::TemplateURLServiceFactory::GetInstance();
84 ios::TopSitesFactory::GetInstance(); 85 ios::TopSitesFactory::GetInstance();
85 ios::WebDataServiceFactory::GetInstance(); 86 ios::WebDataServiceFactory::GetInstance();
86 ios::WebHistoryServiceFactory::GetInstance(); 87 ios::WebHistoryServiceFactory::GetInstance();
87 AuthenticationServiceFactory::GetInstance(); 88 AuthenticationServiceFactory::GetInstance();
89 DesktopPromotionSyncServiceFactory::GetInstance();
88 IOSChromeGCMProfileServiceFactory::GetInstance(); 90 IOSChromeGCMProfileServiceFactory::GetInstance();
89 IOSChromeLargeIconCacheFactory::GetInstance(); 91 IOSChromeLargeIconCacheFactory::GetInstance();
90 IOSChromeLargeIconServiceFactory::GetInstance(); 92 IOSChromeLargeIconServiceFactory::GetInstance();
91 IOSChromeFaviconLoaderFactory::GetInstance(); 93 IOSChromeFaviconLoaderFactory::GetInstance();
92 IOSChromeContentSuggestionsServiceFactory::GetInstance(); 94 IOSChromeContentSuggestionsServiceFactory::GetInstance();
93 IOSChromePasswordManagerSettingMigratorServiceFactory::GetInstance(); 95 IOSChromePasswordManagerSettingMigratorServiceFactory::GetInstance();
94 IOSChromePasswordStoreFactory::GetInstance(); 96 IOSChromePasswordStoreFactory::GetInstance();
95 IOSChromeProfileInvalidationProviderFactory::GetInstance(); 97 IOSChromeProfileInvalidationProviderFactory::GetInstance();
96 GoogleLogoServiceFactory::GetInstance(); 98 GoogleLogoServiceFactory::GetInstance();
97 OAuth2TokenServiceFactory::GetInstance(); 99 OAuth2TokenServiceFactory::GetInstance();
98 ReadingListModelFactory::GetInstance(); 100 ReadingListModelFactory::GetInstance();
99 SigninClientFactory::GetInstance(); 101 SigninClientFactory::GetInstance();
100 suggestions::SuggestionsServiceFactory::GetInstance(); 102 suggestions::SuggestionsServiceFactory::GetInstance();
101 SyncSetupServiceFactory::GetInstance(); 103 SyncSetupServiceFactory::GetInstance();
102 TabRestoreServiceDelegateImplIOSFactory::GetInstance(); 104 TabRestoreServiceDelegateImplIOSFactory::GetInstance();
103 TranslateAcceptLanguagesFactory::GetInstance(); 105 TranslateAcceptLanguagesFactory::GetInstance();
104 } 106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698