Commit 666e5520 authored by Wan-Teh Chang's avatar Wan-Teh Chang Committed by Chromium LUCI CQ

Fix typos and grammatical errors in comments

Change-Id: I9c2cca98c3d48bc0e948ddddf67622277a459c57
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638545Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Cr-Commit-Position: refs/heads/master@{#845674}
parent 449b3904
......@@ -8,13 +8,13 @@
// This file defines a list of UseCounter WebFeature measured in the
// UKM-based UseCounter. Features must all satisfy UKM privacy requirements
// (see go/ukm). In addition, features should only be added if it's shown
// (or highly likely be) rare, e.g. <1% of page views as measured by UMA.
// (see go/ukm). In addition, features should only be added if it's shown to be
// (or highly likely to be) rare, e.g. <1% of page views as measured by UMA.
//
// UKM-based UseCounter should be used to cover the case when UMA UseCounter
// data shows a behaviour that is rare but too common to blindly change.
// UKM-based UseCounter would allow use to find specific pages to reason about
// either a breaking change is acceptable or not.
// UKM-based UseCounter would allow us to find specific pages to reason about
// whether a breaking change is acceptable or not.
using WebFeature = blink::mojom::WebFeature;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment