Bug 1299143 - Remove outdated comment about Telemetry.snapshot.static. r?gfritzsche draft
authorAdamG2 <adamgj.wong@gmail.com>
Wed, 07 Sep 2016 00:48:03 -0400
changeset 410911 42cb16c107958e5b8e3da141b414102ff1295eca
parent 410870 91c2b9d5c1354ca79e5b174591dbb03b32b15bbf
child 412493 124305744060c7042d6950a7e17fd0f498efe1db
push id28784
push userbmo:adamgj.wong@gmail.com
push dateWed, 07 Sep 2016 04:47:38 +0000
reviewersgfritzsche
bugs1299143
milestone51.0a1
Bug 1299143 - Remove outdated comment about Telemetry.snapshot.static. r?gfritzsche MozReview-Commit-ID: KxW3jTaPjHX
toolkit/components/telemetry/nsITelemetry.idl
--- a/toolkit/components/telemetry/nsITelemetry.idl
+++ b/toolkit/components/telemetry/nsITelemetry.idl
@@ -57,17 +57,16 @@ interface nsITelemetry : nsISupports
    * where data is consists of the following properties:
    *   min - Minimal bucket size
    *   max - Maximum bucket size
    *   histogram_type - HISTOGRAM_EXPONENTIAL, HISTOGRAM_LINEAR, HISTOGRAM_BOOLEAN
    *                    or HISTOGRAM_COUNT
    *   counts - array representing contents of the buckets in the histogram
    *   ranges -  an array with calculated bucket sizes
    *   sum - sum of the bucket contents
-   *   static - true for histograms defined in TelemetryHistograms.h, false for ones defined with newHistogram
    */
   [implicit_jscontext]
   readonly attribute jsval histogramSnapshots;
 
   /**
    * Get a snapshot of the internally duplicated subsession histograms.
    * @param clear Whether to clear out the subsession histograms after snapshotting.
    * @return An object as histogramSnapshots, except this contains the internally duplicated histograms for subsession telemetry.