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

Unified Diff: base/metrics/nacl_histogram.h

Issue 7004040: Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin now (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: merge with HEAD Created 9 years, 7 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/base.gypi ('k') | base/metrics/nacl_histogram.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/nacl_histogram.h
===================================================================
--- base/metrics/nacl_histogram.h (revision 86641)
+++ base/metrics/nacl_histogram.h (working copy)
@@ -1,31 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// nacl_histogram provides an enum and defines a macro that uses definitions
-// from histogram.h. Note that a histogram is an object that aggregates
-// statistics, and can summarize them in various forms, including ASCII
-// graphical, HTML, and numerically.
-// nacl_histogram information is used to compare how many times a native
-// client module has been loaded, compared to the number of chrome starts
-// and number of new tabs created.
-
-#ifndef BASE_METRICS_NACL_HISTOGRAM_H_
-#define BASE_METRICS_NACL_HISTOGRAM_H_
-#pragma once
-
-#include "base/base_api.h"
-
-enum NaClHistogramValue {
- FIRST_TAB_NACL_BASELINE, // First tab created - a baseline for NaCl starts.
- NEW_TAB_NACL_BASELINE, // New tab created -- a baseline for NaCl starts.
- NACL_STARTED, // NaCl process started
- NACL_MAX_HISTOGRAM // DO NOT USE -- used by histogram for max bound.
-};
-
-// To log histogram data about NaCl.Startups, call this macro with
-// a NaClHistogramValue passed in as |histogram_value|
-BASE_API void UmaNaclHistogramEnumeration(NaClHistogramValue histogram_value);
-
-#endif // BASE_METRICS_NACL_HISTOGRAM_H_
-
« no previous file with comments | « base/base.gypi ('k') | base/metrics/nacl_histogram.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698