Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1505872 - Remove unneeded dataset() doc r=janerik
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Nov 8, 2018
1 parent a4fa343 commit a592f41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions toolkit/components/telemetry/core/nsITelemetry.idl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ interface nsITelemetry : nsISupports
readonly attribute uint32_t lastShutdownDuration;

/**
* The number of failed profile lock attempts that have occurred prior to
* The number of failed profile lock attempts that have occurred prior to
* successfully locking the profile
*/
readonly attribute uint32_t failedProfileLockCount;
Expand Down Expand Up @@ -284,8 +284,6 @@ interface nsITelemetry : nsISupports
* add(int) - Adds an int value to the appropriate bucket
* snapshot() - Returns a snapshot of the histogram with the same data fields as in histogramSnapshots()
* clear() - Zeros out the histogram's buckets and sum. This is intended to be only used in tests.
* dataset() - identifies what dataset this is in: DATASET_RELEASE_CHANNEL_OPTOUT or ...OPTIN.
* This is intended to be only used in tests.
*/
[implicit_jscontext]
jsval getHistogramById(in ACString id);
Expand All @@ -311,8 +309,6 @@ interface nsITelemetry : nsISupports
* keys() - Returns an array with the string keys of the currently registered histograms
* clear() - Clears the registered histograms from this.
* This is intended to be only used in tests.
* dataset() - identifies what dataset this is in: DATASET_RELEASE_CHANNEL_OPTOUT or ...OPTIN.
* This is intended to be only used in tests.
*/
[implicit_jscontext]
jsval getKeyedHistogramById(in ACString id);
Expand Down

0 comments on commit a592f41

Please sign in to comment.