Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(896)

Unified Diff: content/child/child_thread.h

Issue 179923006: Attempting to resolve a race condition with PowerMonitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win64 fixes Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/media/media_stream_manager.cc ('k') | content/child/child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/browser/renderer_host/media/media_stream_manager.cc ('k') | content/child/child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698