diff options
Diffstat (limited to 'chrome/browser/nacl_host')
| -rw-r--r-- | chrome/browser/nacl_host/nacl_process_host.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc index 1ee53b9..b5123ef 100644 --- a/chrome/browser/nacl_host/nacl_process_host.cc +++ b/chrome/browser/nacl_host/nacl_process_host.cc @@ -11,6 +11,7 @@ #endif #include "base/command_line.h" +#include "base/metrics/nacl_histogram.h" #include "base/utf_string_conversions.h" #include "chrome/browser/renderer_host/resource_message_filter.h" #include "chrome/common/chrome_switches.h" @@ -114,7 +115,7 @@ bool NaClProcessHost::Launch(ResourceMessageFilter* resource_message_filter, if (!LaunchSelLdr()) { return false; } - + UmaNaclHistogramEnumeration(NACL_STARTED); resource_message_filter_ = resource_message_filter; reply_msg_ = reply_msg; |
