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

Unified Diff: content/browser/browser_thread_impl.cc

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/browser/browser_thread_impl.cc
diff --git a/content/browser/browser_thread_impl.cc b/content/browser/browser_thread_impl.cc
index 099ec3b72a4d4c01ec10ddde08202bb9524185d9..ee47cd29ee3f6e1e3eff73661ee1a57c01b4378c 100644
--- a/content/browser/browser_thread_impl.cc
+++ b/content/browser/browser_thread_impl.cc
@@ -29,6 +29,7 @@ static const char* g_browser_thread_names[BrowserThread::ID_COUNT] = {
"Chrome_ProcessLauncherThread", // PROCESS_LAUNCHER
"Chrome_CacheThread", // CACHE
"Chrome_IOThread", // IO
+ "Chrome_PowerProfilerThread", // POWER_PROFILER
pfeldman 2014/01/09 11:38:58 Why do you want a named thread for power profiler?
qsr 2014/01/17 11:50:14 You seem to jave defined the thread for the power
};
struct BrowserThreadGlobals {

Powered by Google App Engine
This is Rietveld 408576698