Delete redundant MobileRendererCrashed count.
commit7e0c45b2f63b8d2cab47c3830ce6301067e36564
authorwnwen <wnwen@chromium.org>
Mon, 14 Sep 2015 20:14:29 +0000 (14 13:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 14 Sep 2015 20:14:57 +0000 (14 20:14 +0000)
tree45b94a37624d305f3fd9c9708e6b25e8389abbbd
parent80d735a2bf710864c6f738b8fd05244c54c140ca
Delete redundant MobileRendererCrashed count.

Since UmaSessionStats.logRendererCrash is only called if
the activityState is not PAUSED, STOPPED, or DESTROYED, its
redundant boolean is_paused will always be false, thus
this count is the same value as
kStabilityRendererCrashCount, thus making it redundant.

BUG=510327

Review URL: https://codereview.chromium.org/1313503004

Cr-Commit-Position: refs/heads/master@{#348700}
chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java
chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
chrome/browser/android/metrics/uma_session_stats.cc