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

Unified Diff: content/common/content_constants_internal.h

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/browser/browser_main.cc ('k') | content/common/content_constants_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_constants_internal.h
diff --git a/content/common/content_constants_internal.h b/content/common/content_constants_internal.h
index b69bb4a038c18ca69f126c942a0ea5d3acf6bc74..ddb082f27c92479b48dbf0575a02c39b9d0dc6f3 100644
--- a/content/common/content_constants_internal.h
+++ b/content/common/content_constants_internal.h
@@ -12,6 +12,17 @@ namespace content {
// How long to wait before we consider a renderer hung.
CONTENT_EXPORT extern const int kHungRendererDelayMs;
+// Constants used to organize content processes in about:tracing.
+CONTENT_EXPORT extern const int kTraceEventBrowserProcessSortIndex;
+CONTENT_EXPORT extern const int kTraceEventRendererProcessSortIndex;
+CONTENT_EXPORT extern const int kTraceEventPluginProcessSortIndex;
+CONTENT_EXPORT extern const int kTraceEventPpapiProcessSortIndex;
+CONTENT_EXPORT extern const int kTraceEventPpapiBrokerProcessSortIndex;
+CONTENT_EXPORT extern const int kTraceEventGpuProcessSortIndex;
+
+// Constants used to organize content threads in about:tracing.
+CONTENT_EXPORT extern const int kTraceEventRendererMainThreadSortIndex;
+
} // namespace content
#endif // CONTENT_COMMON_CONTENT_CONSTANTS_INTERNAL_H_
« no previous file with comments | « content/browser/browser_main.cc ('k') | content/common/content_constants_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698