| Index: content/child/child_thread.h
|
| diff --git a/content/child/child_thread.h b/content/child/child_thread.h
|
| index f8d9bf4367773d8cbaf85adb820ca479a53d9f7a..b56f977f76cab9ba1ae1f317a3405b1691d8e6c6 100644
|
| --- a/content/child/child_thread.h
|
| +++ b/content/child/child_thread.h
|
| @@ -244,8 +244,6 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
|
| // starts profiling the tcmalloc heap.
|
| scoped_ptr<base::debug::TraceMemoryController> trace_memory_controller_;
|
|
|
| - scoped_ptr<base::PowerMonitor> power_monitor_;
|
| -
|
| bool in_browser_process_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChildThread);
|
|
|