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

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: 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.h
diff --git a/content/common/content_constants_internal.h b/content/common/content_constants_internal.h
index b69bb4a038c18ca69f126c942a0ea5d3acf6bc74..c5e8aebecf65d9e4c5fa795621163e7e7da7e46c 100644
--- a/content/common/content_constants_internal.h
+++ b/content/common/content_constants_internal.h
@@ -12,6 +12,15 @@ 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 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_

Powered by Google App Engine
This is Rietveld 408576698