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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2958303002: [Sync] Maintain a global_id mapping to update UserEvents that references navigations (Closed)
Patch Set: Rebase Created 3 years, 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4d25a0de3cea7aa0705770b907d50872609ecba1..96f0583540506baa5aa443f9c025acc9c695af85 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78003,6 +78003,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Sync.GlobalIdConflict" units="SyncGlobalIdConflict">
+ <owner>skym@chromium.org</owner>
+ <summary>
+ Two navigations with different unique_ids shared a global_id/timestmap. This
+ means that user events will be ambiguously referencing navigations.
+ </summary>
+</histogram>
+
<histogram name="Sync.InitialState" enum="SyncInitialState">
<owner>maxbogue@chromium.org</owner>
<summary>
« components/sync_sessions/sessions_sync_manager.cc ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698