diff options
author | elijahtaylor@google.com <elijahtaylor@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 21:22:10 +0000 |
---|---|---|
committer | elijahtaylor@google.com <elijahtaylor@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 21:22:10 +0000 |
commit | 0f7bfbe1418e2528124120db212991cdf5834d40 (patch) | |
tree | 826e40cf5385ffbc66f91d07af647d3d94bdaee5 /chrome/browser/nacl_host | |
parent | 3fd27a0879c0e7eb87903efd7c1bcbc3688bf452 (diff) | |
download | chromium_src-0f7bfbe1418e2528124120db212991cdf5834d40.zip chromium_src-0f7bfbe1418e2528124120db212991cdf5834d40.tar.gz chromium_src-0f7bfbe1418e2528124120db212991cdf5834d40.tar.bz2 |
Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin now
BUG= none
TEST= none
Review URL: http://codereview.chromium.org/7004040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/nacl_host')
-rw-r--r-- | chrome/browser/nacl_host/nacl_process_host.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc index 70891ec..0733051 100644 --- a/chrome/browser/nacl_host/nacl_process_host.cc +++ b/chrome/browser/nacl_host/nacl_process_host.cc @@ -11,7 +11,6 @@ #endif #include "base/command_line.h" -#include "base/metrics/nacl_histogram.h" #include "base/path_service.h" #include "base/utf_string_conversions.h" #include "base/win/windows_version.h" @@ -128,7 +127,6 @@ bool NaClProcessHost::Launch( if (!LaunchSelLdr()) { return false; } - UmaNaclHistogramEnumeration(NACL_STARTED); chrome_render_message_filter_ = chrome_render_message_filter; reply_msg_ = reply_msg; |