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

Unified Diff: chrome/browser/task_profiler/task_profiler_data_serializer.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/task_profiler/task_profiler_data_serializer.cc
diff --git a/chrome/browser/task_profiler/task_profiler_data_serializer.cc b/chrome/browser/task_profiler/task_profiler_data_serializer.cc
index 2c8356d41becfce74254b0f04a64f349ccc84e59..7248ef2609aaf53e4456cd8e934df1406f20f591 100644
--- a/chrome/browser/task_profiler/task_profiler_data_serializer.cc
+++ b/chrome/browser/task_profiler/task_profiler_data_serializer.cc
@@ -84,8 +84,6 @@ int AsChromeProcessType(
return content::PROCESS_TYPE_BROWSER;
case metrics::ProfilerEventProto::TrackedObject::RENDERER:
return content::PROCESS_TYPE_RENDERER;
- case metrics::ProfilerEventProto::TrackedObject::PLUGIN:
- return content::PROCESS_TYPE_PLUGIN;
case metrics::ProfilerEventProto::TrackedObject::WORKER:
return content::PROCESS_TYPE_WORKER_DEPRECATED;
case metrics::ProfilerEventProto::TrackedObject::NACL_LOADER:

Powered by Google App Engine
This is Rietveld 408576698