Index: content/browser/histogram_controller.cc |
diff --git a/content/browser/histogram_controller.cc b/content/browser/histogram_controller.cc |
index efefa9645752a292380945ed59fcd69a4724cbc7..6106e64e4ea617353129c8c15c36dd4f2fb3aeab 100644 |
--- a/content/browser/histogram_controller.cc |
+++ b/content/browser/histogram_controller.cc |
@@ -75,8 +75,7 @@ void HistogramController::GetHistogramDataFromChildProcesses( |
for (BrowserChildProcessHostIterator iter; !iter.Done(); ++iter) { |
const ChildProcessData& data = iter.GetData(); |
int type = data.process_type; |
- if (type != PROCESS_TYPE_PLUGIN && |
- type != PROCESS_TYPE_GPU && |
+ if (type != PROCESS_TYPE_GPU && |
type != PROCESS_TYPE_PPAPI_PLUGIN && |
type != PROCESS_TYPE_PPAPI_BROKER) { |
continue; |