OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 "chrome/browser/profiles/profile_dependency_manager.h" | 5 #include "chrome/browser/profiles/profile_dependency_manager.h" |
6 | 6 |
7 #include <algorithm> | 7 #include <algorithm> |
8 #include <deque> | 8 #include <deque> |
9 #include <iterator> | 9 #include <iterator> |
10 | 10 |
11 #include "chrome/browser/autofill/personal_data_manager_factory.h" | 11 #include "chrome/browser/autofill/personal_data_manager_factory.h" |
12 #include "chrome/browser/background/background_contents_service_factory.h" | 12 #include "chrome/browser/background/background_contents_service_factory.h" |
13 #include "chrome/browser/bookmarks/bookmark_model_factory.h" | 13 #include "chrome/browser/bookmarks/bookmark_model_factory.h" |
14 #include "chrome/browser/captive_portal/captive_portal_service_factory.h" | 14 #include "chrome/browser/captive_portal/captive_portal_service_factory.h" |
15 #include "chrome/browser/content_settings/cookie_settings.h" | 15 #include "chrome/browser/content_settings/cookie_settings.h" |
16 #include "chrome/browser/download/download_service_factory.h" | 16 #include "chrome/browser/download/download_service_factory.h" |
17 #include "chrome/browser/extensions/api/commands/command_service_factory.h" | 17 #include "chrome/browser/extensions/api/commands/command_service_factory.h" |
18 #include "chrome/browser/extensions/api/discovery/suggested_links_registry_facto
ry.h" | 18 #include "chrome/browser/extensions/api/discovery/suggested_links_registry_facto
ry.h" |
19 #include "chrome/browser/extensions/extension_system_factory.h" | 19 #include "chrome/browser/extensions/extension_system_factory.h" |
20 #include "chrome/browser/google/google_url_tracker_factory.h" | 20 #include "chrome/browser/google/google_url_tracker_factory.h" |
21 #include "chrome/browser/history/history_service_factory.h" | 21 #include "chrome/browser/history/history_service_factory.h" |
22 #include "chrome/browser/intents/web_intents_registry_factory.h" | 22 #include "chrome/browser/intents/web_intents_registry_factory.h" |
23 #include "chrome/browser/notifications/desktop_notification_service_factory.h" | 23 #include "chrome/browser/notifications/desktop_notification_service_factory.h" |
24 #include "chrome/browser/password_manager/password_store_factory.h" | 24 #include "chrome/browser/password_manager/password_store_factory.h" |
25 #include "chrome/browser/plugin_prefs_factory.h" | 25 #include "chrome/browser/plugin_prefs_factory.h" |
26 #include "chrome/browser/predictors/autocomplete_action_predictor_factory.h" | 26 #include "chrome/browser/predictors/autocomplete_action_predictor_factory.h" |
27 #include "chrome/browser/predictors/predictor_database_factory.h" | 27 #include "chrome/browser/predictors/predictor_database_factory.h" |
| 28 #include "chrome/browser/predictors/resource_prefetch_predictor_factory.h" |
28 #include "chrome/browser/prerender/prerender_manager_factory.h" | 29 #include "chrome/browser/prerender/prerender_manager_factory.h" |
29 #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.
h" | 30 #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.
h" |
30 #include "chrome/browser/profiles/profile.h" | 31 #include "chrome/browser/profiles/profile.h" |
31 #include "chrome/browser/profiles/profile_keyed_service.h" | 32 #include "chrome/browser/profiles/profile_keyed_service.h" |
32 #include "chrome/browser/profiles/profile_keyed_service_factory.h" | 33 #include "chrome/browser/profiles/profile_keyed_service_factory.h" |
33 #include "chrome/browser/protector/protector_service_factory.h" | 34 #include "chrome/browser/protector/protector_service_factory.h" |
34 #include "chrome/browser/search_engines/template_url_fetcher_factory.h" | 35 #include "chrome/browser/search_engines/template_url_fetcher_factory.h" |
35 #include "chrome/browser/search_engines/template_url_service_factory.h" | 36 #include "chrome/browser/search_engines/template_url_service_factory.h" |
36 #include "chrome/browser/sessions/session_service_factory.h" | 37 #include "chrome/browser/sessions/session_service_factory.h" |
37 #include "chrome/browser/sessions/tab_restore_service_factory.h" | 38 #include "chrome/browser/sessions/tab_restore_service_factory.h" |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 HistoryServiceFactory::GetInstance(); | 209 HistoryServiceFactory::GetInstance(); |
209 NTPResourceCacheFactory::GetInstance(); | 210 NTPResourceCacheFactory::GetInstance(); |
210 PasswordStoreFactory::GetInstance(); | 211 PasswordStoreFactory::GetInstance(); |
211 PersonalDataManagerFactory::GetInstance(); | 212 PersonalDataManagerFactory::GetInstance(); |
212 #if !defined(OS_ANDROID) | 213 #if !defined(OS_ANDROID) |
213 PinnedTabServiceFactory::GetInstance(); | 214 PinnedTabServiceFactory::GetInstance(); |
214 #endif | 215 #endif |
215 PluginPrefsFactory::GetInstance(); | 216 PluginPrefsFactory::GetInstance(); |
216 predictors::AutocompleteActionPredictorFactory::GetInstance(); | 217 predictors::AutocompleteActionPredictorFactory::GetInstance(); |
217 predictors::PredictorDatabaseFactory::GetInstance(); | 218 predictors::PredictorDatabaseFactory::GetInstance(); |
| 219 predictors::ResourcePrefetchPredictorFactory::GetInstance(); |
218 prerender::PrerenderManagerFactory::GetInstance(); | 220 prerender::PrerenderManagerFactory::GetInstance(); |
219 ProfileSyncServiceFactory::GetInstance(); | 221 ProfileSyncServiceFactory::GetInstance(); |
220 #if defined(ENABLE_PROTECTOR_SERVICE) | 222 #if defined(ENABLE_PROTECTOR_SERVICE) |
221 protector::ProtectorServiceFactory::GetInstance(); | 223 protector::ProtectorServiceFactory::GetInstance(); |
222 #endif | 224 #endif |
223 #if defined(ENABLE_SESSION_SERVICE) | 225 #if defined(ENABLE_SESSION_SERVICE) |
224 SessionServiceFactory::GetInstance(); | 226 SessionServiceFactory::GetInstance(); |
225 #endif | 227 #endif |
226 SigninManagerFactory::GetInstance(); | 228 SigninManagerFactory::GetInstance(); |
227 #if defined(ENABLE_INPUT_SPEECH) | 229 #if defined(ENABLE_INPUT_SPEECH) |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 } | 348 } |
347 | 349 |
348 result.append("\n /* Toplevel profile */\n"); | 350 result.append("\n /* Toplevel profile */\n"); |
349 result.append(" Profile [shape=box];\n"); | 351 result.append(" Profile [shape=box];\n"); |
350 | 352 |
351 result.append("}\n"); | 353 result.append("}\n"); |
352 return result; | 354 return result; |
353 } | 355 } |
354 | 356 |
355 #endif | 357 #endif |
OLD | NEW |