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

Unified Diff: Source/devtools/protocol.json

Issue 1003243002: [DevTools] Cleanup after reversing emulation flow. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 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
« no previous file with comments | « Source/core/inspector/InspectorPageAgent.cpp ('k') | Source/web/DevToolsEmulator.h » ('j') | 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 aebce2bdd2e755963c796666887374f4dc12ed9f..7b520073bfcae27c6796af45dc4a68e764902aac 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -329,13 +329,13 @@
{ "name": "offsetX", "type": "number", "optional": true, "description": "X offset to shift resulting view image by. Ignored in |fitWindow| mode." },
{ "name": "offsetY", "type": "number", "optional": true, "description": "Y offset to shift resulting view image by. Ignored in |fitWindow| mode." }
],
- "handlers": ["browser", "renderer"],
+ "handlers": ["browser"],
"hidden": true
},
{
"name": "clearDeviceMetricsOverride",
"description": "Clears the overriden device metrics.",
- "handlers": ["browser", "renderer"],
+ "handlers": ["browser"],
"hidden": true
},
{
« no previous file with comments | « Source/core/inspector/InspectorPageAgent.cpp ('k') | Source/web/DevToolsEmulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698