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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1569893003: Add "Request app banner" context menu in DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on https://codereview.chromium.org/1571633002/ Created 4 years, 11 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/devtools/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index ab83342d92eaf39a12e56093338b3d146c9d4d2a..9df43b952ba42ac49351f68b07ac17a59c2c47ee 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -451,6 +451,22 @@
],
"hidden": true,
"description": "Sets overlay message."
+ },
+ {
+ "name": "canOpenAppBanner",
+ "returns": [
+ { "name": "result", "type": "boolean" }
+ ],
+ "hidden": true,
+ "handlers": ["browser"]
+ },
+ {
+ "name": "openAppBanner",
+ "returns": [
+ { "name": "result", "type": "boolean" }
+ ],
+ "hidden": true,
+ "handlers": ["browser"]
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698