Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index daf27f8b2df08bb09fb1f688ce9baab0c31ec5f8..d513a7d5ad3bb65a0fcb32f250f54f3ecdd26cc9 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -37827,6 +37827,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="PageLoad.Internal.PageLoadCompleted.AfterAppBackground" |
+ enum="Boolean"> |
Alexei Svitkine (slow)
2016/07/29 17:31:27
Please use a more specific enum, which you can def
Bryan McQuade
2016/07/29 17:48:10
Sure, done.
|
+ <owner>bmcquade@chromium.org</owner> |
+ <summary> |
+ Whether a page load completed after the app entered the background. We log a |
+ 'false' value for each PageLoadTracker that is active when the app enters |
+ the background, and a 'true' value for each of those PageLoadTrackers that |
+ successfully runs its destructor. This helps to understand how many trackers |
+ are destroyed while the app is in the background before they are able to run |
+ their destructor. This metric is only intended to help in understanding how |
+ often app background leads to data loss, and will be deprecated in a |
+ subsequent release. Please contact bmcquade@chromium.org before using this |
+ metric. |
+ </summary> |
+</histogram> |
+ |
<histogram name="PageLoad.Internal.ProvisionalAbortChainSize.ForwardBack" |
units="length"> |
<owner>csharrison@chromium.org</owner> |