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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1324383002: [Sync] Add initial merging logic for typed urls syncable service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histogram.h -> histogram_macro.h Created 5 years, 3 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/history/core/browser/typed_url_syncable_service_unittest.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 96d628eabeae4ea60d75525693bad29ab801c2ee..315f3e0ed9375a0afe333cf71a36113ff7ce282d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46975,6 +46975,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Sync.TypedUrlMergeAndStartSyncingErrors" units="%">
+ <owner>zea@chromium.org</owner>
+ <summary>
+ The percentage of history DB operations during merge data that return an
+ error. This is logged at the end of typed URL merge data, which happens once
+ each time sync starts up.
+ </summary>
+</histogram>
+
<histogram name="Sync.TypedUrlModelAssociationErrors" units="%">
<owner>zea@chromium.org</owner>
<summary>
« no previous file with comments | « components/history/core/browser/typed_url_syncable_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698