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..f9cc65fba474de5b96185b40816af6b95763f553 100644 |
--- a/components/metrics/proto/profiler_event.proto |
+++ b/components/metrics/proto/profiler_event.proto |
@@ -105,7 +105,6 @@ message ProfilerEventProto { |
UNKNOWN = 0; // Should not reach here |
BROWSER = 1; |
RENDERER = 2; |
- PLUGIN = 3; |
Alexei Svitkine (slow)
2016/04/05 14:57:22
Instead of removing this, please add a comment tha
piman
2016/04/05 15:12:09
Will do.
piman
2016/04/05 19:59:28
Done. I will send you a CL for the internal versio
|
WORKER = 4; |
NACL_LOADER = 5; |
UTILITY = 6; |