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

Unified Diff: Source/devtools/protocol.json

Issue 967493002: DevTools: remove setLastEvaluationResult from the protocol. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 5 years, 10 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/promises/PromisePane.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 54ddd21d5a6fcfc6d9e9c653e24f10a1fd86bea4..3e5e36b67bc80eed18ede8c13a4d743cde04c7a5 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -1084,14 +1084,6 @@
{
"name": "clearMessages",
"description": "Clears console messages collected in the browser."
- },
- {
- "name": "setLastEvaluationResult",
- "parameters": [
- { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object to set as last evaluation result." }
- ],
- "hidden": true,
- "description": "Sets last evaluation result in console. Can be accessed via <code>$_</code> command line API."
}
],
"events": [
« no previous file with comments | « Source/devtools/front_end/promises/PromisePane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698