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

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: 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
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 0507f61404d992fadcbf0a7defab17c6b2f492e1..34463f16b09c849d4bffdd8677352387be253546 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4183,6 +4183,14 @@
],
"hidden": true,
"handlers": ["browser", "frontend"]
+ },
+ {
+ "name": "accuracyLevel",
yurys 2014/06/17 07:38:39 style: getAccuracyLevel
+ "description": "Describes the accuracy level of the data provider.",
+ "returns": [
+ { "name": "result", "type": "string", "enum": ["high", "medium", "low"] }
+ ],
+ "handlers": ["browser", "frontend"]
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698