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; |
piman
2016/04/05 06:00:48
I'm changing a proto file here - I hope it's ok.
|
WORKER = 4; |
NACL_LOADER = 5; |
UTILITY = 6; |