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

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..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;
« no previous file with comments | « components/metrics/profiler/tracking_synchronizer_unittest.cc ('k') | content/browser/browser_child_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698