Commit fa45db4f authored by Paul Irish's avatar Paul Irish Committed by Commit Bot

DevTools: Update protocol description for CSS.stopRuleUsageTracking

Change-Id: I8e9916fdd83b22f998f666f34df56a3d2552094b
Reviewed-on: https://chromium-review.googlesource.com/891809
Commit-Queue: Paul Irish <paulirish@chromium.org>
Reviewed-by: default avatarPavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532668}
parent 3b90c00d
...@@ -2234,7 +2234,7 @@ ...@@ -2234,7 +2234,7 @@
}, },
{ {
"name": "stopRuleUsageTracking", "name": "stopRuleUsageTracking",
"description": "The list of rules with an indication of whether these were used", "description": "Stop tracking rule usage and return the list of rules that were used since last call to\n`takeCoverageDelta` (or since start of coverage instrumentation)",
"returns": [ "returns": [
{ {
"name": "ruleUsage", "name": "ruleUsage",
......
...@@ -1019,7 +1019,8 @@ experimental domain CSS ...@@ -1019,7 +1019,8 @@ experimental domain CSS
# Enables the selector recording. # Enables the selector recording.
command startRuleUsageTracking command startRuleUsageTracking
# The list of rules with an indication of whether these were used # Stop tracking rule usage and return the list of rules that were used since last call to
# `takeCoverageDelta` (or since start of coverage instrumentation)
command stopRuleUsageTracking command stopRuleUsageTracking
returns returns
array of RuleUsage ruleUsage array of RuleUsage ruleUsage
......
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