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

Unified Diff: content/common/child_process_info.h

Issue 8356042: Switch ChildProcess.* enum histograms from COUNTS to ENUMERATION. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « content/browser/browser_child_process_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/child_process_info.h
diff --git a/content/common/child_process_info.h b/content/common/child_process_info.h
index 86ecc05f684a188619668d669e2c98a5c0fc6595..ec5084999533f53f6756736a3225958b24f174cf 100644
--- a/content/common/child_process_info.h
+++ b/content/common/child_process_info.h
@@ -16,7 +16,8 @@
class CONTENT_EXPORT ChildProcessInfo {
public:
// NOTE: Do not remove or reorder the elements in this enum, and only add new
- // items at the end. We depend on these specific values in a histogram.
+ // items at the end, right before MAX_PROCESS. We depend on these specific
+ // values in histograms.
enum ProcessType {
UNKNOWN_PROCESS = 1,
BROWSER_PROCESS,
« no previous file with comments | « content/browser/browser_child_process_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698