| 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 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 #include "chrome/browser/extensions/api/omnibox/omnibox_api_factory.h" | 29 #include "chrome/browser/extensions/api/omnibox/omnibox_api_factory.h" |
| 30 #include "chrome/browser/extensions/api/preference/preference_api_factory.h" | 30 #include "chrome/browser/extensions/api/preference/preference_api_factory.h" |
| 31 #include "chrome/browser/extensions/api/processes/processes_api_factory.h" | 31 #include "chrome/browser/extensions/api/processes/processes_api_factory.h" |
| 32 #include "chrome/browser/extensions/api/push_messaging/push_messaging_api_factor
y.h" | 32 #include "chrome/browser/extensions/api/push_messaging/push_messaging_api_factor
y.h" |
| 33 #include "chrome/browser/extensions/api/tab_capture/tab_capture_registry_factory
.h" | 33 #include "chrome/browser/extensions/api/tab_capture/tab_capture_registry_factory
.h" |
| 34 #include "chrome/browser/extensions/api/tabs/tabs_windows_api_factory.h" | 34 #include "chrome/browser/extensions/api/tabs/tabs_windows_api_factory.h" |
| 35 #include "chrome/browser/extensions/api/web_navigation/web_navigation_api_factor
y.h" | 35 #include "chrome/browser/extensions/api/web_navigation/web_navigation_api_factor
y.h" |
| 36 #include "chrome/browser/extensions/app_restore_service_factory.h" | 36 #include "chrome/browser/extensions/app_restore_service_factory.h" |
| 37 #include "chrome/browser/extensions/extension_system_factory.h" | 37 #include "chrome/browser/extensions/extension_system_factory.h" |
| 38 #include "chrome/browser/favicon/favicon_service_factory.h" | 38 #include "chrome/browser/favicon/favicon_service_factory.h" |
| 39 #include "chrome/browser/geolocation/chrome_geolocation_permission_context_facto
ry.h" |
| 39 #include "chrome/browser/google/google_url_tracker_factory.h" | 40 #include "chrome/browser/google/google_url_tracker_factory.h" |
| 40 #include "chrome/browser/history/history_service_factory.h" | 41 #include "chrome/browser/history/history_service_factory.h" |
| 41 #include "chrome/browser/history/shortcuts_backend_factory.h" | 42 #include "chrome/browser/history/shortcuts_backend_factory.h" |
| 42 #include "chrome/browser/intents/web_intents_registry_factory.h" | 43 #include "chrome/browser/intents/web_intents_registry_factory.h" |
| 43 #include "chrome/browser/media_gallery/media_galleries_preferences_factory.h" | 44 #include "chrome/browser/media_gallery/media_galleries_preferences_factory.h" |
| 44 #include "chrome/browser/notifications/desktop_notification_service_factory.h" | 45 #include "chrome/browser/notifications/desktop_notification_service_factory.h" |
| 45 #include "chrome/browser/password_manager/password_store_factory.h" | 46 #include "chrome/browser/password_manager/password_store_factory.h" |
| 46 #include "chrome/browser/plugins/plugin_prefs_factory.h" | 47 #include "chrome/browser/plugins/plugin_prefs_factory.h" |
| 47 #include "chrome/browser/predictors/autocomplete_action_predictor_factory.h" | 48 #include "chrome/browser/predictors/autocomplete_action_predictor_factory.h" |
| 48 #include "chrome/browser/predictors/predictor_database_factory.h" | 49 #include "chrome/browser/predictors/predictor_database_factory.h" |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 if (built_factories_) | 219 if (built_factories_) |
| 219 return; | 220 return; |
| 220 | 221 |
| 221 #if defined(ENABLE_BACKGROUND) | 222 #if defined(ENABLE_BACKGROUND) |
| 222 BackgroundContentsServiceFactory::GetInstance(); | 223 BackgroundContentsServiceFactory::GetInstance(); |
| 223 #endif | 224 #endif |
| 224 BookmarkModelFactory::GetInstance(); | 225 BookmarkModelFactory::GetInstance(); |
| 225 #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION) | 226 #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION) |
| 226 captive_portal::CaptivePortalServiceFactory::GetInstance(); | 227 captive_portal::CaptivePortalServiceFactory::GetInstance(); |
| 227 #endif | 228 #endif |
| 229 ChromeGeolocationPermissionContextFactory::GetInstance(); |
| 228 ChromeURLDataManagerFactory::GetInstance(); | 230 ChromeURLDataManagerFactory::GetInstance(); |
| 229 #if defined(ENABLE_PRINTING) | 231 #if defined(ENABLE_PRINTING) |
| 230 CloudPrintProxyServiceFactory::GetInstance(); | 232 CloudPrintProxyServiceFactory::GetInstance(); |
| 231 #endif | 233 #endif |
| 232 CookieSettings::Factory::GetInstance(); | 234 CookieSettings::Factory::GetInstance(); |
| 233 #if defined(ENABLE_NOTIFICATIONS) | 235 #if defined(ENABLE_NOTIFICATIONS) |
| 234 DesktopNotificationServiceFactory::GetInstance(); | 236 DesktopNotificationServiceFactory::GetInstance(); |
| 235 #endif | 237 #endif |
| 236 DownloadServiceFactory::GetInstance(); | 238 DownloadServiceFactory::GetInstance(); |
| 237 #if defined(ENABLE_EXTENSIONS) | 239 #if defined(ENABLE_EXTENSIONS) |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 } | 420 } |
| 419 | 421 |
| 420 result.append("\n /* Toplevel profile */\n"); | 422 result.append("\n /* Toplevel profile */\n"); |
| 421 result.append(" Profile [shape=box];\n"); | 423 result.append(" Profile [shape=box];\n"); |
| 422 | 424 |
| 423 result.append("}\n"); | 425 result.append("}\n"); |
| 424 return result; | 426 return result; |
| 425 } | 427 } |
| 426 | 428 |
| 427 #endif | 429 #endif |
| OLD | NEW |