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

Unified Diff: Source/devtools/protocol.json

Issue 336713005: [Blink] [PowerProfiler] Support accuracy level attribute for power data provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing! Created 6 years, 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 3a95302f4b2c4f4406bce17ebaa0304b21af1139..f69f70587dabb48645605aa7dffb18d720f55f95 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4193,6 +4193,14 @@
],
"hidden": true,
"handlers": ["browser", "frontend"]
+ },
+ {
+ "name": "getAccuracyLevel",
+ "description": "Describes the accuracy level of the data provider.",
+ "returns": [
+ { "name": "result", "type": "string", "enum": ["high", "moderate", "low"] }
+ ],
+ "handlers": ["browser", "frontend"]
}
],
"events": [
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698