Chromium Code Reviews| Index: content/browser/browser_main_loop.cc |
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
| index d6d917b4c3f3ac7a90f23333b621bec4cf94a67f..c7d97015d391925bdc9e0a95470ce2cb6269fedd 100644 |
| --- a/content/browser/browser_main_loop.cc |
| +++ b/content/browser/browser_main_loop.cc |
| @@ -90,7 +90,6 @@ |
| #include "content/public/common/content_switches.h" |
| #include "content/public/common/main_function_params.h" |
| #include "content/public/common/result_codes.h" |
| -#include "device/battery/battery_status_service.h" |
| #include "device/gamepad/gamepad_service.h" |
| #include "media/base/media.h" |
| #include "media/base/user_input_monitor.h" |
| @@ -1366,12 +1365,6 @@ void BrowserMainLoop::ShutdownThreadsAndCleanUp() { |
| TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:SensorService"); |
| DeviceSensorService::GetInstance()->Shutdown(); |
| } |
| -#if !defined(OS_ANDROID) |
| - { |
| - TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:BatteryStatusService"); |
| - device::BatteryStatusService::GetInstance()->Shutdown(); |
|
blundell
2017/01/24 11:35:43
As I wrote in the CL description, the move of this
timvolodine
2017/01/27 18:16:27
hmm I am somewhat concerned that this would happen
|
| - } |
| -#endif |
| { |
| TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:DeleteDataSources"); |
| URLDataManager::DeleteDataSources(); |