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

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

Issue 2230533002: Delete dead consumer enrollment code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 <memory> 7 #include <memory>
8 #include <utility> 8 #include <utility>
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 #include "extensions/browser/api/networking_private/networking_private_delegate_ factory.h" 83 #include "extensions/browser/api/networking_private/networking_private_delegate_ factory.h"
84 #include "extensions/browser/browser_context_keyed_service_factories.h" 84 #include "extensions/browser/browser_context_keyed_service_factories.h"
85 #endif 85 #endif
86 86
87 #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION) 87 #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
88 #include "chrome/browser/captive_portal/captive_portal_service_factory.h" 88 #include "chrome/browser/captive_portal/captive_portal_service_factory.h"
89 #endif 89 #endif
90 90
91 #if defined(OS_CHROMEOS) 91 #if defined(OS_CHROMEOS)
92 #include "chrome/browser/chromeos/ownership/owner_settings_service_chromeos_fact ory.h" 92 #include "chrome/browser/chromeos/ownership/owner_settings_service_chromeos_fact ory.h"
93 #include "chrome/browser/chromeos/policy/consumer_enrollment_handler_factory.h"
94 #include "chrome/browser/chromeos/policy/consumer_management_notifier_factory.h"
95 #include "chrome/browser/chromeos/policy/policy_cert_service_factory.h" 93 #include "chrome/browser/chromeos/policy/policy_cert_service_factory.h"
96 #include "chrome/browser/chromeos/policy/recommendation_restorer_factory.h" 94 #include "chrome/browser/chromeos/policy/recommendation_restorer_factory.h"
97 #include "chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chrom eos.h" 95 #include "chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chrom eos.h"
98 #include "chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_facto ry.h" 96 #include "chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_facto ry.h"
99 #include "chrome/browser/chromeos/policy/user_network_configuration_updater_fact ory.h" 97 #include "chrome/browser/chromeos/policy/user_network_configuration_updater_fact ory.h"
100 #else 98 #else
101 #include "chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h" 99 #include "chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h"
102 #include "chrome/browser/policy/cloud/user_policy_signin_service_factory.h" 100 #include "chrome/browser/policy/cloud/user_policy_signin_service_factory.h"
103 #endif 101 #endif
104 102
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 #if !defined(OS_ANDROID) 273 #if !defined(OS_ANDROID)
276 PinnedTabServiceFactory::GetInstance(); 274 PinnedTabServiceFactory::GetInstance();
277 #endif 275 #endif
278 #if defined(ENABLE_PLUGINS) 276 #if defined(ENABLE_PLUGINS)
279 PluginPrefsFactory::GetInstance(); 277 PluginPrefsFactory::GetInstance();
280 #endif 278 #endif
281 PrefsTabHelper::GetServiceInstance(); 279 PrefsTabHelper::GetServiceInstance();
282 policy::ProfilePolicyConnectorFactory::GetInstance(); 280 policy::ProfilePolicyConnectorFactory::GetInstance();
283 #if defined(OS_CHROMEOS) 281 #if defined(OS_CHROMEOS)
284 chromeos::OwnerSettingsServiceChromeOSFactory::GetInstance(); 282 chromeos::OwnerSettingsServiceChromeOSFactory::GetInstance();
285 policy::ConsumerEnrollmentHandlerFactory::GetInstance();
286 policy::ConsumerManagementNotifierFactory::GetInstance();
287 policy::PolicyCertServiceFactory::GetInstance(); 283 policy::PolicyCertServiceFactory::GetInstance();
288 policy::RecommendationRestorerFactory::GetInstance(); 284 policy::RecommendationRestorerFactory::GetInstance();
289 policy::UserCloudPolicyManagerFactoryChromeOS::GetInstance(); 285 policy::UserCloudPolicyManagerFactoryChromeOS::GetInstance();
290 policy::UserCloudPolicyTokenForwarderFactory::GetInstance(); 286 policy::UserCloudPolicyTokenForwarderFactory::GetInstance();
291 policy::UserNetworkConfigurationUpdaterFactory::GetInstance(); 287 policy::UserNetworkConfigurationUpdaterFactory::GetInstance();
292 #else // !defined(OS_CHROMEOS) 288 #else // !defined(OS_CHROMEOS)
293 policy::UserCloudPolicyManagerFactory::GetInstance(); 289 policy::UserCloudPolicyManagerFactory::GetInstance();
294 policy::UserPolicySigninServiceFactory::GetInstance(); 290 policy::UserPolicySigninServiceFactory::GetInstance();
295 #endif 291 #endif
296 policy::PolicyHeaderServiceFactory::GetInstance(); 292 policy::PolicyHeaderServiceFactory::GetInstance();
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 #endif 325 #endif
330 #if !defined(OS_ANDROID) 326 #if !defined(OS_ANDROID)
331 UsbChooserContextFactory::GetInstance(); 327 UsbChooserContextFactory::GetInstance();
332 #endif 328 #endif
333 WebDataServiceFactory::GetInstance(); 329 WebDataServiceFactory::GetInstance();
334 } 330 }
335 331
336 void ChromeBrowserMainExtraPartsProfiles::PreProfileInit() { 332 void ChromeBrowserMainExtraPartsProfiles::PreProfileInit() {
337 EnsureBrowserContextKeyedServiceFactoriesBuilt(); 333 EnsureBrowserContextKeyedServiceFactoriesBuilt();
338 } 334 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698