Commit 310413f2 authored by Bin Du's avatar Bin Du Committed by Commit Bot

Update execution_context.proto from Google3

Bug: internal bug id b/130928904
Change-Id: I051aa85d6e43e92b66b37ec420fbcc70060ac79b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814674
Commit-Queue: Bin Du <dubin@google.com>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699428}
parent 86f67b04
Name: Metrics Protos Name: Metrics Protos
Short Name: metrics_proto Short Name: metrics_proto
URL: This is the canonical public repository URL: This is the canonical public repository
Version: 270770521 Version: 270927279
Date: 2019/09/23 UTC Date: 2019/09/24 UTC
License: BSD License: BSD
Security Critical: Yes Security Critical: Yes
......
...@@ -61,6 +61,12 @@ enum Thread { ...@@ -61,6 +61,12 @@ enum Thread {
SERVICE_WORKER_THREAD = 15; SERVICE_WORKER_THREAD = 15;
// Thread pool thread (in renderer process).
THREAD_POOL_THREAD = 16;
// GPU memory thread (in renderer process).
GPU_MEMORY_THREAD = 17;
// A Chrome thread not identified by any other enum. Defined for the benefit // A Chrome thread not identified by any other enum. Defined for the benefit
// of Chrome OS. Do not use for the Chrome sampling profiler; define a new // of Chrome OS. Do not use for the Chrome sampling profiler; define a new
// enum instead. // enum instead.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment