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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2708563002: DevTools: allow embedder handling async remote debugger commands. (Closed)
Patch Set: extract variable Created 3 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
Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index 62a6c7b2d660900668f86d7cf25af9cc4dd0d64a..74c3a3a8124d2d220d7b56f981f181689ef4d0b4 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -426,6 +426,14 @@
"experimental": true
},
{
+ "name": "printToPDF",
+ "description": "Print page as pdf.",
+ "returns": [
+ { "name": "data", "type": "string", "description": "Base64-encoded pdf data." }
+ ],
+ "experimental": true
+ },
+ {
"name": "startScreencast",
"description": "Starts sending each frame using the <code>screencastFrame</code> event.",
"parameters": [

Powered by Google App Engine
This is Rietveld 408576698