summaryrefslogtreecommitdiffstats
path: root/components/metrics
diff options
context:
space:
mode:
authorrkaplow <rkaplow@chromium.org>2015-04-07 13:31:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-07 20:32:06 +0000
commit0f491331da705e89a77f5eae13dc97c8ed5b6228 (patch)
tree11d8aa0155ffe51683e7a253b36aaba610676561 /components/metrics
parentd56c562efd9963d9cc5de48bebc5fa8b9407fe5f (diff)
downloadchromium_src-0f491331da705e89a77f5eae13dc97c8ed5b6228.zip
chromium_src-0f491331da705e89a77f5eae13dc97c8ed5b6228.tar.gz
chromium_src-0f491331da705e89a77f5eae13dc97c8ed5b6228.tar.bz2
Fix comment on logs entry. Extension render crashed not part of normal renderer crashes.
BUG=none Review URL: https://codereview.chromium.org/1063153002 Cr-Commit-Position: refs/heads/master@{#324105}
Diffstat (limited to 'components/metrics')
-rw-r--r--components/metrics/proto/system_profile.proto5
1 files changed, 2 insertions, 3 deletions
diff --git a/components/metrics/proto/system_profile.proto b/components/metrics/proto/system_profile.proto
index e76989c..4676b7a 100644
--- a/components/metrics/proto/system_profile.proto
+++ b/components/metrics/proto/system_profile.proto
@@ -446,9 +446,8 @@ message SystemProfileProto {
optional int32 renderer_crash_count = 3;
optional int32 renderer_hang_count = 4;
- // Number of renderer crashes that were for extensions.
- // TODO(isherman): Figure out whether this is also counted in
- // |renderer_crash_count|.
+ // Number of renderer crashes that were for extensions. These crashes are
+ // not counted in renderer_crash_count.
optional int32 extension_renderer_crash_count = 5;
// Number of non-renderer child process crashes.