Index: content/public/browser/browser_thread.h |
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h |
index 55cb62b22355d339822414f06874d2bd2695590f..0512d27b9de31295151b2b12e1b7105d47185ec7 100644 |
--- a/content/public/browser/browser_thread.h |
+++ b/content/public/browser/browser_thread.h |
@@ -80,6 +80,9 @@ class CONTENT_EXPORT BrowserThread { |
// This is the thread that processes IPC and network messages. |
IO, |
+ // This is the thread to get system power consumption. |
+ POWER_PROFILER, |
pfeldman
2014/01/09 11:38:58
You don't want a named thread for this.
|
+ |
// NOTE: do not add new threads here that are only used by a small number of |
// files. Instead you should just use a Thread class and pass its |
// MessageLoopProxy around. Named threads there are only for threads that |