Chromium Code Reviews

Unified Diff: components/metrics/profiler/content/content_tracking_synchronizer_delegate.cc

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.
Jump to:
View side-by-side diff with in-line comments
Index: components/metrics/profiler/content/content_tracking_synchronizer_delegate.cc
diff --git a/components/metrics/profiler/content/content_tracking_synchronizer_delegate.cc b/components/metrics/profiler/content/content_tracking_synchronizer_delegate.cc
index afefdd6c4e256a55b654548868a801cace7379a7..e1449e30572ec650710cefddd64fdcaf5511d649 100644
--- a/components/metrics/profiler/content/content_tracking_synchronizer_delegate.cc
+++ b/components/metrics/profiler/content/content_tracking_synchronizer_delegate.cc
@@ -20,8 +20,6 @@ ProfilerEventProto::TrackedObject::ProcessType AsProtobufProcessType(
return ProfilerEventProto::TrackedObject::BROWSER;
case content::PROCESS_TYPE_RENDERER:
return ProfilerEventProto::TrackedObject::RENDERER;
- case content::PROCESS_TYPE_PLUGIN:
- return ProfilerEventProto::TrackedObject::PLUGIN;
case content::PROCESS_TYPE_UTILITY:
return ProfilerEventProto::TrackedObject::UTILITY;
case content::PROCESS_TYPE_ZYGOTE:
« no previous file with comments | « components/infobars/core/infobar_delegate.h ('k') | components/metrics/profiler/tracking_synchronizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine