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

Unified Diff: chrome/browser/nacl_host/nacl_process_host.cc

Issue 4065005: Add histogram to track number of .nexe launches, normalized against opening n... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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
« no previous file with comments | « base/metrics/nacl_histogram.cc ('k') | chrome/browser/tabs/default_tab_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/nacl_process_host.cc
===================================================================
--- chrome/browser/nacl_host/nacl_process_host.cc (revision 64006)
+++ chrome/browser/nacl_host/nacl_process_host.cc (working copy)
@@ -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 @@
if (!LaunchSelLdr()) {
return false;
}
-
+ UmaNaclHistogramEnumeration(NACL_STARTED);
resource_message_filter_ = resource_message_filter;
reply_msg_ = reply_msg;
« no previous file with comments | « base/metrics/nacl_histogram.cc ('k') | chrome/browser/tabs/default_tab_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698