Index: components/metrics/proto/profiler_event.proto |
diff --git a/components/metrics/proto/profiler_event.proto b/components/metrics/proto/profiler_event.proto |
index 0cf024515500f26642b68c76242bcc694112de6d..0b9d47445798911773ea66ff4d84d6fde8ae43d6 100644 |
--- a/components/metrics/proto/profiler_event.proto |
+++ b/components/metrics/proto/profiler_event.proto |
@@ -105,7 +105,8 @@ message ProfilerEventProto { |
UNKNOWN = 0; // Should not reach here |
BROWSER = 1; |
RENDERER = 2; |
- PLUGIN = 3; |
+ PLUGIN = 3; // Deprecated. Should not be sent as of M51 due to |
+ // NPAPI removal. |
WORKER = 4; |
NACL_LOADER = 5; |
UTILITY = 6; |