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

Unified Diff: Source/devtools/protocol.json

Issue 21049007: DevTools: Drop CSS Selector Profiler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove forgotten test Created 7 years, 5 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/ProfilesPanel.js ('k') | Source/devtools/scripts/compile_frontend.py » ('j') | 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 cf3affb9794e1fd119a1778d4b984ce053fe6180..63857af640ab87c441bb60d7f5c491218fc114e2 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -2581,15 +2581,6 @@
"description": "Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser."
},
{
- "name": "startSelectorProfiler"
- },
- {
- "name": "stopSelectorProfiler",
- "returns": [
- { "name": "profile", "$ref": "SelectorProfile" }
- ]
- },
- {
"name": "getNamedFlowCollection",
"parameters": [
{ "name": "documentNodeId", "$ref": "DOM.NodeId", "description": "The document node id for which to get the Named Flow Collection." }
« no previous file with comments | « Source/devtools/front_end/ProfilesPanel.js ('k') | Source/devtools/scripts/compile_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698