| Index: content/child/child_thread.h
|
| diff --git a/content/child/child_thread.h b/content/child/child_thread.h
|
| index 89156baadccba8ad9015047f605f00ecb59d62d7..0e442d00eb21e488b564d9e1b1fd593d75493e77 100644
|
| --- a/content/child/child_thread.h
|
| +++ b/content/child/child_thread.h
|
| @@ -225,8 +225,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);
|
|
|