| OLD | NEW |
| 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 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/chromeos/chrome_browser_main_chromeos.h" | 5 #include "chrome/browser/chromeos/chrome_browser_main_chromeos.h" |
| 6 | 6 |
| 7 #include <string> | 7 #include <string> |
| 8 #include <vector> | 8 #include <vector> |
| 9 | 9 |
| 10 #include "ash/ash_switches.h" | 10 #include "ash/ash_switches.h" |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 #include "chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
" | 68 #include "chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
" |
| 69 #include "chrome/browser/chromeos/settings/device_settings_service.h" | 69 #include "chrome/browser/chromeos/settings/device_settings_service.h" |
| 70 #include "chrome/browser/chromeos/status/data_promo_notification.h" | 70 #include "chrome/browser/chromeos/status/data_promo_notification.h" |
| 71 #include "chrome/browser/chromeos/system/input_device_settings.h" | 71 #include "chrome/browser/chromeos/system/input_device_settings.h" |
| 72 #include "chrome/browser/chromeos/upgrade_detector_chromeos.h" | 72 #include "chrome/browser/chromeos/upgrade_detector_chromeos.h" |
| 73 #include "chrome/browser/defaults.h" | 73 #include "chrome/browser/defaults.h" |
| 74 #include "chrome/browser/lifetime/application_lifetime.h" | 74 #include "chrome/browser/lifetime/application_lifetime.h" |
| 75 #include "chrome/browser/net/chrome_network_delegate.h" | 75 #include "chrome/browser/net/chrome_network_delegate.h" |
| 76 #include "chrome/browser/profiles/profile.h" | 76 #include "chrome/browser/profiles/profile.h" |
| 77 #include "chrome/browser/profiles/profile_manager.h" | 77 #include "chrome/browser/profiles/profile_manager.h" |
| 78 #include "chrome/browser/rlz/rlz.h" | |
| 79 #include "chrome/browser/ui/ash/network_connect_delegate_chromeos.h" | 78 #include "chrome/browser/ui/ash/network_connect_delegate_chromeos.h" |
| 80 #include "chrome/common/chrome_constants.h" | 79 #include "chrome/common/chrome_constants.h" |
| 81 #include "chrome/common/chrome_paths.h" | 80 #include "chrome/common/chrome_paths.h" |
| 82 #include "chrome/common/chrome_switches.h" | 81 #include "chrome/common/chrome_switches.h" |
| 83 #include "chrome/common/chrome_version_info.h" | 82 #include "chrome/common/chrome_version_info.h" |
| 84 #include "chrome/common/logging_chrome.h" | 83 #include "chrome/common/logging_chrome.h" |
| 85 #include "chrome/common/pref_names.h" | 84 #include "chrome/common/pref_names.h" |
| 86 #include "chromeos/audio/audio_devices_pref_handler_impl.h" | 85 #include "chromeos/audio/audio_devices_pref_handler_impl.h" |
| 87 #include "chromeos/audio/cras_audio_handler.h" | 86 #include "chromeos/audio/cras_audio_handler.h" |
| 88 #include "chromeos/cert_loader.h" | 87 #include "chromeos/cert_loader.h" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 104 #include "chromeos/login/user_names.h" | 103 #include "chromeos/login/user_names.h" |
| 105 #include "chromeos/login_event_recorder.h" | 104 #include "chromeos/login_event_recorder.h" |
| 106 #include "chromeos/network/network_change_notifier_chromeos.h" | 105 #include "chromeos/network/network_change_notifier_chromeos.h" |
| 107 #include "chromeos/network/network_change_notifier_factory_chromeos.h" | 106 #include "chromeos/network/network_change_notifier_factory_chromeos.h" |
| 108 #include "chromeos/network/network_handler.h" | 107 #include "chromeos/network/network_handler.h" |
| 109 #include "chromeos/system/statistics_provider.h" | 108 #include "chromeos/system/statistics_provider.h" |
| 110 #include "chromeos/tpm/tpm_token_loader.h" | 109 #include "chromeos/tpm/tpm_token_loader.h" |
| 111 #include "components/device_event_log/device_event_log.h" | 110 #include "components/device_event_log/device_event_log.h" |
| 112 #include "components/metrics/metrics_service.h" | 111 #include "components/metrics/metrics_service.h" |
| 113 #include "components/ownership/owner_key_util.h" | 112 #include "components/ownership/owner_key_util.h" |
| 113 #include "components/rlz/rlz_tracker.h" |
| 114 #include "components/session_manager/core/session_manager.h" | 114 #include "components/session_manager/core/session_manager.h" |
| 115 #include "components/user_manager/user.h" | 115 #include "components/user_manager/user.h" |
| 116 #include "components/user_manager/user_manager.h" | 116 #include "components/user_manager/user_manager.h" |
| 117 #include "components/wallpaper/wallpaper_manager_base.h" | 117 #include "components/wallpaper/wallpaper_manager_base.h" |
| 118 #include "content/public/browser/browser_thread.h" | 118 #include "content/public/browser/browser_thread.h" |
| 119 #include "content/public/browser/notification_service.h" | 119 #include "content/public/browser/notification_service.h" |
| 120 #include "content/public/common/main_function_params.h" | 120 #include "content/public/common/main_function_params.h" |
| 121 #include "device/bluetooth/bluetooth_adapter_factory.h" | 121 #include "device/bluetooth/bluetooth_adapter_factory.h" |
| 122 #include "media/audio/sounds/sounds_manager.h" | 122 #include "media/audio/sounds/sounds_manager.h" |
| 123 #include "net/base/network_change_notifier.h" | 123 #include "net/base/network_change_notifier.h" |
| (...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 // Destroy DBus services immediately after threads are stopped. | 770 // Destroy DBus services immediately after threads are stopped. |
| 771 dbus_services_.reset(); | 771 dbus_services_.reset(); |
| 772 | 772 |
| 773 ChromeBrowserMainPartsLinux::PostDestroyThreads(); | 773 ChromeBrowserMainPartsLinux::PostDestroyThreads(); |
| 774 | 774 |
| 775 // Destroy DeviceSettingsService after g_browser_process. | 775 // Destroy DeviceSettingsService after g_browser_process. |
| 776 DeviceSettingsService::Shutdown(); | 776 DeviceSettingsService::Shutdown(); |
| 777 } | 777 } |
| 778 | 778 |
| 779 } // namespace chromeos | 779 } // namespace chromeos |
| OLD | NEW |