| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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/extensions/browser_context_keyed_service_factories.h" | 5 #include "chrome/browser/extensions/browser_context_keyed_service_factories.h" |
| 6 | 6 |
| 7 #include "build/build_config.h" | 7 #include "build/build_config.h" |
| 8 #include "chrome/browser/extensions/activity_log/activity_log.h" | 8 #include "chrome/browser/extensions/activity_log/activity_log.h" |
| 9 #include "chrome/browser/extensions/api/activity_log_private/activity_log_privat
e_api.h" | 9 #include "chrome/browser/extensions/api/activity_log_private/activity_log_privat
e_api.h" |
| 10 #include "chrome/browser/extensions/api/autofill_private/autofill_private_event_
router_factory.h" | 10 #include "chrome/browser/extensions/api/autofill_private/autofill_private_event_
router_factory.h" |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 #include "chrome/common/features.h" | 55 #include "chrome/common/features.h" |
| 56 #include "components/spellcheck/spellcheck_build_features.h" | 56 #include "components/spellcheck/spellcheck_build_features.h" |
| 57 #include "extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_api.h
" | 57 #include "extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_api.h
" |
| 58 #include "ppapi/features/features.h" | 58 #include "ppapi/features/features.h" |
| 59 | 59 |
| 60 #if defined(OS_CHROMEOS) | 60 #if defined(OS_CHROMEOS) |
| 61 #include "chrome/browser/chromeos/extensions/file_manager/event_router_factory.h
" | 61 #include "chrome/browser/chromeos/extensions/file_manager/event_router_factory.h
" |
| 62 #include "chrome/browser/chromeos/extensions/input_method_api.h" | 62 #include "chrome/browser/chromeos/extensions/input_method_api.h" |
| 63 #include "chrome/browser/chromeos/extensions/media_player_api.h" | 63 #include "chrome/browser/chromeos/extensions/media_player_api.h" |
| 64 #include "chrome/browser/extensions/api/input_ime/input_ime_api.h" | 64 #include "chrome/browser/extensions/api/input_ime/input_ime_api.h" |
| 65 #include "chrome/browser/extensions/api/log_private/log_private_api.h" | |
| 66 #elif defined(OS_LINUX) || defined(OS_WIN) | 65 #elif defined(OS_LINUX) || defined(OS_WIN) |
| 67 #include "chrome/browser/extensions/api/input_ime/input_ime_api.h" | 66 #include "chrome/browser/extensions/api/input_ime/input_ime_api.h" |
| 68 #endif | 67 #endif |
| 69 | 68 |
| 70 #if BUILDFLAG(ENABLE_SERVICE_DISCOVERY) | 69 #if BUILDFLAG(ENABLE_SERVICE_DISCOVERY) |
| 71 #include "chrome/browser/extensions/api/mdns/mdns_api.h" | 70 #include "chrome/browser/extensions/api/mdns/mdns_api.h" |
| 72 #endif | 71 #endif |
| 73 | 72 |
| 74 #if BUILDFLAG(ENABLE_SPELLCHECK) | 73 #if BUILDFLAG(ENABLE_SPELLCHECK) |
| 75 #include "chrome/browser/extensions/api/spellcheck/spellcheck_api.h" | 74 #include "chrome/browser/extensions/api/spellcheck/spellcheck_api.h" |
| (...skipping 28 matching lines...) Expand all Loading... |
| 104 extensions::IdentityAPI::GetFactoryInstance(); | 103 extensions::IdentityAPI::GetFactoryInstance(); |
| 105 extensions::InstallTrackerFactory::GetInstance(); | 104 extensions::InstallTrackerFactory::GetInstance(); |
| 106 extensions::InstallVerifierFactory::GetInstance(); | 105 extensions::InstallVerifierFactory::GetInstance(); |
| 107 #if defined(OS_CHROMEOS) | 106 #if defined(OS_CHROMEOS) |
| 108 extensions::InputImeAPI::GetFactoryInstance(); | 107 extensions::InputImeAPI::GetFactoryInstance(); |
| 109 extensions::InputMethodAPI::GetFactoryInstance(); | 108 extensions::InputMethodAPI::GetFactoryInstance(); |
| 110 #elif defined(OS_LINUX) || defined(OS_WIN) | 109 #elif defined(OS_LINUX) || defined(OS_WIN) |
| 111 extensions::InputImeAPI::GetFactoryInstance(); | 110 extensions::InputImeAPI::GetFactoryInstance(); |
| 112 #endif | 111 #endif |
| 113 extensions::LanguageSettingsPrivateDelegateFactory::GetInstance(); | 112 extensions::LanguageSettingsPrivateDelegateFactory::GetInstance(); |
| 114 #if defined(OS_CHROMEOS) | |
| 115 extensions::LogPrivateAPI::GetFactoryInstance(); | |
| 116 #endif | |
| 117 #if BUILDFLAG(ENABLE_SERVICE_DISCOVERY) | 113 #if BUILDFLAG(ENABLE_SERVICE_DISCOVERY) |
| 118 extensions::MDnsAPI::GetFactoryInstance(); | 114 extensions::MDnsAPI::GetFactoryInstance(); |
| 119 #endif | 115 #endif |
| 120 #if defined(OS_CHROMEOS) | 116 #if defined(OS_CHROMEOS) |
| 121 extensions::MediaPlayerAPI::GetFactoryInstance(); | 117 extensions::MediaPlayerAPI::GetFactoryInstance(); |
| 122 #endif | 118 #endif |
| 123 extensions::MenuManagerFactory::GetInstance(); | 119 extensions::MenuManagerFactory::GetInstance(); |
| 124 extensions::OmniboxAPI::GetFactoryInstance(); | 120 extensions::OmniboxAPI::GetFactoryInstance(); |
| 125 extensions::PasswordsPrivateEventRouterFactory::GetInstance(); | 121 extensions::PasswordsPrivateEventRouterFactory::GetInstance(); |
| 126 #if BUILDFLAG(ENABLE_PLUGINS) | 122 #if BUILDFLAG(ENABLE_PLUGINS) |
| (...skipping 18 matching lines...) Expand all Loading... |
| 145 extensions::WebrtcAudioPrivateEventService::GetFactoryInstance(); | 141 extensions::WebrtcAudioPrivateEventService::GetFactoryInstance(); |
| 146 #if defined(OS_CHROMEOS) | 142 #if defined(OS_CHROMEOS) |
| 147 file_manager::EventRouterFactory::GetInstance(); | 143 file_manager::EventRouterFactory::GetInstance(); |
| 148 #endif | 144 #endif |
| 149 TokenCacheServiceFactory::GetInstance(); | 145 TokenCacheServiceFactory::GetInstance(); |
| 150 ToolbarActionsModelFactory::GetInstance(); | 146 ToolbarActionsModelFactory::GetInstance(); |
| 151 extensions::ExtensionGCMAppHandler::GetFactoryInstance(); | 147 extensions::ExtensionGCMAppHandler::GetFactoryInstance(); |
| 152 } | 148 } |
| 153 | 149 |
| 154 } // namespace chrome_extensions | 150 } // namespace chrome_extensions |
| OLD | NEW |