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

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

Issue 2958303002: [Sync] Maintain a global_id mapping to update UserEvents that references navigations (Closed)
Patch Set: Hopefully fix iOS compile issue. Created 3 years, 6 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 f73b10dbb3381b6725685c9c6344d73bd295928a..99724080c4bf33d6e678e2b5b95200991ef2853c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76033,6 +76033,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Sync.GlobalIdConflict" units="count">
+ <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>

Powered by Google App Engine
This is Rietveld 408576698