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

Unified Diff: content/common/content_constants_internal.cc

Issue 17451017: Process names, and predictable thread and process ordering in about:tracing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates, most nits addresssed Created 7 years, 6 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
Index: content/common/content_constants_internal.cc
diff --git a/content/common/content_constants_internal.cc b/content/common/content_constants_internal.cc
index 45316c38472d334a2e2d59b8a11dc98134e7bdbf..974bb2be90da8849ceb5e3d0a356307f10bd495d 100644
--- a/content/common/content_constants_internal.cc
+++ b/content/common/content_constants_internal.cc
@@ -8,4 +8,11 @@ namespace content {
const int kHungRendererDelayMs = 30000;
+const int kTraceEventBrowserProcessSortIndex = -4;
+const int kTraceEventRendererProcessSortIndex = -3;
+const int kTraceEventPluginProcessSortIndex = -2;
+const int kTraceEventGpuProcessSortIndex = -1;
+
+const int kTraceEventRendererMainThreadSortIndex = -1;
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698