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

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: 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
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index bf1313073e9916ae757197812dcd199cd4701d4f..437e35e403c64f39d5286c77f8e2a8e18c537207 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." }
« Source/core/inspector/InspectorConsoleAgent.h ('K') | « 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