| Index: content/child/child_thread.h
|
| diff --git a/content/child/child_thread.h b/content/child/child_thread.h
|
| index b56f977f76cab9ba1ae1f317a3405b1691d8e6c6..f8d9bf4367773d8cbaf85adb820ca479a53d9f7a 100644
|
| --- a/content/child/child_thread.h
|
| +++ b/content/child/child_thread.h
|
| @@ -244,6 +244,8 @@
|
| // 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);
|
|
|