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

Unified Diff: content/browser/devtools/protocol_config.json

Issue 2734123004: add a new set of commands to resize and position windows (Closed)
Patch Set: add methods to UI domain Created 3 years, 9 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: content/browser/devtools/protocol_config.json
diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
index 649dd1b2ff92fcd780b2844c1059c49bb63095e4..a70e2ab7933525ab9d78624e7ee10a6be019c851 100644
--- a/content/browser/devtools/protocol_config.json
+++ b/content/browser/devtools/protocol_config.json
@@ -82,6 +82,9 @@
{
"domain": "Tracing",
"async": ["start", "end", "getCategories", "requestMemoryDump"]
+ },
+ {
+ "domain": "UI"
}
]
},

Powered by Google App Engine
This is Rietveld 408576698