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

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: fix trybots i think Created 7 years, 5 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/common/content_constants_internal.h ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c2bcaff9f51a58545967d6ea3afb488300114258 100644
--- a/content/common/content_constants_internal.cc
+++ b/content/common/content_constants_internal.cc
@@ -8,4 +8,13 @@ namespace content {
const int kHungRendererDelayMs = 30000;
+const int kTraceEventBrowserProcessSortIndex = -6;
+const int kTraceEventRendererProcessSortIndex = -5;
+const int kTraceEventPluginProcessSortIndex = -4;
+const int kTraceEventPpapiProcessSortIndex = -3;
+const int kTraceEventPpapiBrokerProcessSortIndex = -2;
+const int kTraceEventGpuProcessSortIndex = -1;
+
+const int kTraceEventRendererMainThreadSortIndex = -1;
+
} // namespace content
« no previous file with comments | « content/common/content_constants_internal.h ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698