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

Unified Diff: content/public/browser/browser_thread.h

Issue 106223002: chrome power profiler chrome side changes (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years 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
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

Powered by Google App Engine
This is Rietveld 408576698