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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1638643004: [Sync] Fixing mistake in revisit histogram descriptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | 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 63662eed6ff3a09f7f44bb42f44f8d0ed6541e25..fa97f26772690767a820b9a0471d6eea6599bebe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49402,13 +49402,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Sync.PageRevisitBookmarksMatchTransition"
enum="PageVisitTransitionType">
<owner>skym@chromium.org</owner>
- <summary>Transition type to a page that didn't match a bookmark.</summary>
+ <summary>Transition type to a page that matched a bookmark.</summary>
</histogram>
<histogram name="Sync.PageRevisitBookmarksMissTransition"
enum="PageVisitTransitionType">
<owner>skym@chromium.org</owner>
- <summary>Transition type to a page that matched a bookmark.</summary>
+ <summary>Transition type to a page that didn't match a bookmark.</summary>
</histogram>
<histogram name="Sync.PageRevisitNavigationMatchAge" units="minutes">
@@ -49487,13 +49487,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Sync.PageRevisitTypedUrlMatchTransition"
enum="PageVisitTransitionType">
<owner>skym@chromium.org</owner>
- <summary>Transition type that didn't match a typed URL.</summary>
+ <summary>Transition type that matched a typed URL.</summary>
</histogram>
<histogram name="Sync.PageRevisitTypedUrlMissTransition"
enum="PageVisitTransitionType">
<owner>skym@chromium.org</owner>
- <summary>Transition type that matched a typed URL.</summary>
+ <summary>Transition type that didn't match a typed URL.</summary>
</histogram>
<histogram name="Sync.PartiallySyncedTypes">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698