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

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

Issue 1614063002: [BackgroundSync Cleanup] Remove periodic sync code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@purge_power
Patch Set: Address comments from PS3 Created 4 years, 11 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 | « third_party/WebKit/public/platform/modules/background_sync/WebSyncRegistration.h ('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 cb839ddfa1dfc80f5a6c9bd40435aa8cf83df69b..07fd55049292edf66cf812682ab0c5ed48dc2a32 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2757,9 +2757,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>
Records the number of sync events which were fired in a batch. A batch is
defined as the set of sync events dispatched at the same time by the
- BackgroundSyncManager. Periodic syncs often run in a batch. One-shots
- usually run individually (a batch of one), unless the device was offline and
- multiple are waiting for the device to go back online.
+ BackgroundSyncManager. One-shots usually run individually (a batch of one),
+ unless the device was offline and multiple are waiting for the device to go
+ back online.
</summary>
</histogram>
@@ -2806,6 +2806,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="BackgroundSync.Event.PeriodicResultPattern"
enum="BackgroundSyncResultPattern">
<owner>jkarlin@chromium.org</owner>
+ <obsolete>
+ Stopped recording as of 1/2016.
+ </obsolete>
<summary>
Records whether a one-shot sync event succeeded or failed and whether the
sync event finished in the foreground or background.
@@ -2819,6 +2822,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="BackgroundSync.Event.PeriodicStartedInForeground"
enum="BooleanInForeground">
<owner>jkarlin@chromium.org</owner>
+ <obsolete>
+ Stopped recording as of 1/2016.
+ </obsolete>
<summary>
Records whether a periodic sync event started firing in the foreground or
background. Called shortly before the event is fired.
@@ -2902,6 +2908,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="BackgroundSync.Registration.Periodic"
enum="BackgroundSyncStatus">
<owner>iclelland@chromium.org</owner>
+ <obsolete>
+ Stopped recording as of 1/2016.
+ </obsolete>
<summary>
Records the result of attempting to register a periodic sync.
</summary>
@@ -2910,6 +2919,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="BackgroundSync.Registration.Periodic.IsDuplicate"
enum="BooleanRegistrationIsDuplicate">
<owner>iclelland@chromium.org</owner>
+ <obsolete>
+ Stopped recording as of 1/2016.
+ </obsolete>
<summary>
Records whether a periodic sync registration exactly duplicates an existing
registered sync.
@@ -2927,6 +2939,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="BackgroundSync.Unregistration.Periodic"
enum="BackgroundSyncStatus">
<owner>iclelland@chromium.org</owner>
+ <obsolete>
+ Stopped recording as of 1/2016.
+ </obsolete>
<summary>
Records the result of attempting to unregister a periodic sync.
</summary>
« no previous file with comments | « third_party/WebKit/public/platform/modules/background_sync/WebSyncRegistration.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698