Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 73f04962b4d5dc45e500d66100c1be979fd4ef83..55eb9f701f88ec9d0a680f62cca7ee80a25b1166 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -63573,6 +63573,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Sync.WorkerApplyHasEncryptedUpdates" enum="Boolean"> |
+ <owner>skym@chromium.org</owner> |
+ <summary> |
+ Whether there are still encrypted updates that the cryptographer cannot |
+ decrypt during ApplyUpdates in the ModelTypeWorker (USS Only). Emitting true |
+ is an invalid state that hopefully never happens, as it is a potential data |
+ loss scenario. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Sync.YoungestForeignTabAgeOnNTP" units="seconds"> |
<owner>skym@chromium.org</owner> |
<summary>Upon NTP load, the age of the youngest synced foreign tab.</summary> |