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

Unified Diff: Source/devtools/protocol.json

Issue 750983003: DevTools: remove Console.setTracingBasedTimeline call from startup. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 6 years 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/sdk/Target.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 4b48ad588374047c1ebd6379a7321f65ccb3842c..c7dfb86994cc0fe09a3e30e64dd83794aa08d57c 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -1060,13 +1060,6 @@
"hidden": true
},
{
- "name": "setTracingBasedTimeline",
- "parameters": [
- { "name": "enabled", "type": "boolean", "description": "Switch console.timeline to tracing based." }
- ],
- "hidden": true
- },
- {
"name": "setLastEvaluationResult",
"parameters": [
{ "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object to set as last evaluation result." }
« no previous file with comments | « Source/devtools/front_end/sdk/Target.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698