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

Side by Side Diff: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc

Issue 576313002: Re-add resource speculative prefetching code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to fix patch failure Created 6 years, 3 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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/chrome_browser_main_extra_parts_profiles.h" 5 #include "chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.h"
6 6
7 #include "chrome/browser/autocomplete/shortcuts_backend_factory.h" 7 #include "chrome/browser/autocomplete/shortcuts_backend_factory.h"
8 #include "chrome/browser/autofill/personal_data_manager_factory.h" 8 #include "chrome/browser/autofill/personal_data_manager_factory.h"
9 #include "chrome/browser/background/background_contents_service_factory.h" 9 #include "chrome/browser/background/background_contents_service_factory.h"
10 #include "chrome/browser/bookmarks/bookmark_model_factory.h" 10 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
11 #include "chrome/browser/chrome_browser_main.h" 11 #include "chrome/browser/chrome_browser_main.h"
12 #include "chrome/browser/content_settings/cookie_settings.h" 12 #include "chrome/browser/content_settings/cookie_settings.h"
13 #include "chrome/browser/custom_handlers/protocol_handler_registry_factory.h" 13 #include "chrome/browser/custom_handlers/protocol_handler_registry_factory.h"
14 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h" 14 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
15 #include "chrome/browser/domain_reliability/service_factory.h" 15 #include "chrome/browser/domain_reliability/service_factory.h"
16 #include "chrome/browser/download/download_service_factory.h" 16 #include "chrome/browser/download/download_service_factory.h"
17 #include "chrome/browser/extensions/extension_management.h" 17 #include "chrome/browser/extensions/extension_management.h"
18 #include "chrome/browser/favicon/favicon_service_factory.h" 18 #include "chrome/browser/favicon/favicon_service_factory.h"
19 #include "chrome/browser/geolocation/geolocation_permission_context_factory.h" 19 #include "chrome/browser/geolocation/geolocation_permission_context_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/invalidation/profile_invalidation_provider_factory.h" 22 #include "chrome/browser/invalidation/profile_invalidation_provider_factory.h"
23 #include "chrome/browser/media_galleries/media_galleries_preferences_factory.h" 23 #include "chrome/browser/media_galleries/media_galleries_preferences_factory.h"
24 #include "chrome/browser/notifications/desktop_notification_service_factory.h" 24 #include "chrome/browser/notifications/desktop_notification_service_factory.h"
25 #include "chrome/browser/password_manager/password_store_factory.h" 25 #include "chrome/browser/password_manager/password_store_factory.h"
26 #include "chrome/browser/plugins/plugin_prefs_factory.h" 26 #include "chrome/browser/plugins/plugin_prefs_factory.h"
27 #include "chrome/browser/policy/profile_policy_connector_factory.h" 27 #include "chrome/browser/policy/profile_policy_connector_factory.h"
28 #include "chrome/browser/predictors/autocomplete_action_predictor_factory.h" 28 #include "chrome/browser/predictors/autocomplete_action_predictor_factory.h"
29 #include "chrome/browser/predictors/predictor_database_factory.h" 29 #include "chrome/browser/predictors/predictor_database_factory.h"
30 #include "chrome/browser/predictors/resource_prefetch_predictor_factory.h"
30 #include "chrome/browser/prerender/prerender_link_manager_factory.h" 31 #include "chrome/browser/prerender/prerender_link_manager_factory.h"
31 #include "chrome/browser/prerender/prerender_manager_factory.h" 32 #include "chrome/browser/prerender/prerender_manager_factory.h"
32 #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory. h" 33 #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory. h"
33 #include "chrome/browser/profiles/gaia_info_update_service_factory.h" 34 #include "chrome/browser/profiles/gaia_info_update_service_factory.h"
34 #include "chrome/browser/search/instant_service_factory.h" 35 #include "chrome/browser/search/instant_service_factory.h"
35 #include "chrome/browser/search/suggestions/suggestions_service_factory.h" 36 #include "chrome/browser/search/suggestions/suggestions_service_factory.h"
36 #include "chrome/browser/search_engines/template_url_fetcher_factory.h" 37 #include "chrome/browser/search_engines/template_url_fetcher_factory.h"
37 #include "chrome/browser/search_engines/template_url_service_factory.h" 38 #include "chrome/browser/search_engines/template_url_service_factory.h"
38 #include "chrome/browser/sessions/session_service_factory.h" 39 #include "chrome/browser/sessions/session_service_factory.h"
39 #include "chrome/browser/sessions/tab_restore_service_factory.h" 40 #include "chrome/browser/sessions/tab_restore_service_factory.h"
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 #if !defined(OS_IOS) 237 #if !defined(OS_IOS)
237 policy::UserPolicySigninServiceFactory::GetInstance(); 238 policy::UserPolicySigninServiceFactory::GetInstance();
238 #endif 239 #endif
239 #endif 240 #endif
240 policy::PolicyHeaderServiceFactory::GetInstance(); 241 policy::PolicyHeaderServiceFactory::GetInstance();
241 policy::SchemaRegistryServiceFactory::GetInstance(); 242 policy::SchemaRegistryServiceFactory::GetInstance();
242 policy::UserCloudPolicyInvalidatorFactory::GetInstance(); 243 policy::UserCloudPolicyInvalidatorFactory::GetInstance();
243 #endif 244 #endif
244 predictors::AutocompleteActionPredictorFactory::GetInstance(); 245 predictors::AutocompleteActionPredictorFactory::GetInstance();
245 predictors::PredictorDatabaseFactory::GetInstance(); 246 predictors::PredictorDatabaseFactory::GetInstance();
247 predictors::ResourcePrefetchPredictorFactory::GetInstance();
246 prerender::PrerenderManagerFactory::GetInstance(); 248 prerender::PrerenderManagerFactory::GetInstance();
247 prerender::PrerenderLinkManagerFactory::GetInstance(); 249 prerender::PrerenderLinkManagerFactory::GetInstance();
248 ProfileSyncServiceFactory::GetInstance(); 250 ProfileSyncServiceFactory::GetInstance();
249 ProtocolHandlerRegistryFactory::GetInstance(); 251 ProtocolHandlerRegistryFactory::GetInstance();
250 #if defined(ENABLE_SESSION_SERVICE) 252 #if defined(ENABLE_SESSION_SERVICE)
251 SessionServiceFactory::GetInstance(); 253 SessionServiceFactory::GetInstance();
252 #endif 254 #endif
253 ShortcutsBackendFactory::GetInstance(); 255 ShortcutsBackendFactory::GetInstance();
254 SigninManagerFactory::GetInstance(); 256 SigninManagerFactory::GetInstance();
255 #if defined(ENABLE_SPELLCHECK) 257 #if defined(ENABLE_SPELLCHECK)
256 SpellcheckServiceFactory::GetInstance(); 258 SpellcheckServiceFactory::GetInstance();
257 #endif 259 #endif
258 suggestions::SuggestionsServiceFactory::GetInstance(); 260 suggestions::SuggestionsServiceFactory::GetInstance();
259 ThumbnailServiceFactory::GetInstance(); 261 ThumbnailServiceFactory::GetInstance();
260 TabRestoreServiceFactory::GetInstance(); 262 TabRestoreServiceFactory::GetInstance();
261 TemplateURLFetcherFactory::GetInstance(); 263 TemplateURLFetcherFactory::GetInstance();
262 TemplateURLServiceFactory::GetInstance(); 264 TemplateURLServiceFactory::GetInstance();
263 #if defined(ENABLE_THEMES) 265 #if defined(ENABLE_THEMES)
264 ThemeServiceFactory::GetInstance(); 266 ThemeServiceFactory::GetInstance();
265 #endif 267 #endif
266 WebDataServiceFactory::GetInstance(); 268 WebDataServiceFactory::GetInstance();
267 } 269 }
268 270
269 void ChromeBrowserMainExtraPartsProfiles::PreProfileInit() { 271 void ChromeBrowserMainExtraPartsProfiles::PreProfileInit() {
270 EnsureBrowserContextKeyedServiceFactoriesBuilt(); 272 EnsureBrowserContextKeyedServiceFactoriesBuilt();
271 } 273 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ('k') | chrome/browser/profiles/profile_io_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698