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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2401083003: [Sync] Adding integration tests for USS encryption and fixing a worker bug. (Closed)
Patch Set: Updated for rkaplow@'s comments. Created 4 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:
Download patch
« no previous file with comments | « components/sync/test/engine/single_type_mock_server.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « components/sync/test/engine/single_type_mock_server.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698