| Index: content/plugin/plugin_main.cc
|
| diff --git a/content/plugin/plugin_main.cc b/content/plugin/plugin_main.cc
|
| index 44a701be51f8a1de91add064f7ab73493c21ebcc..dd9ecd296d5e086554413446d143a91e0b082200 100644
|
| --- a/content/plugin/plugin_main.cc
|
| +++ b/content/plugin/plugin_main.cc
|
| @@ -11,10 +11,8 @@
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "base/power_monitor/power_monitor.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/threading/platform_thread.h"
|
| -#include "base/timer/hi_res_timer_manager.h"
|
| #include "content/child/child_process.h"
|
| #include "content/common/content_constants_internal.h"
|
| #include "content/plugin/plugin_thread.h"
|
| @@ -59,9 +57,6 @@ int PluginMain(const MainFunctionParams& parameters) {
|
| base::debug::TraceLog::GetInstance()->SetProcessSortIndex(
|
| kTraceEventPluginProcessSortIndex);
|
|
|
| - base::PowerMonitor power_monitor;
|
| - base::HighResolutionTimerManager high_resolution_timer_manager;
|
| -
|
| const CommandLine& parsed_command_line = parameters.command_line;
|
|
|
| #if defined(OS_LINUX)
|
|
|