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

Unified Diff: components/metrics/proto/profiler_event.proto

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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: 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;

Powered by Google App Engine
This is Rietveld 408576698