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

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

Issue 1450133003: [DevTools] Promote Device Mode v2 to default experiments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 5 years, 1 month 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 1c867e03c157bdf28d0cfbd9a7c05160bd09566b..002d0ff574256ba6a5ea961f80de28362456bffd 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -443,15 +443,6 @@
"handlers": ["browser"]
},
{
- "name": "setShowViewportSizeOnResize",
- "description": "Paints viewport size upon main frame resize.",
- "parameters": [
- { "name": "show", "type": "boolean", "description": "Whether to paint size or not." },
- { "name": "showGrid", "type": "boolean", "optional": true, "description": "Whether to paint grid as well." }
- ],
- "hidden": true
- },
- {
"name": "setColorPickerEnabled",
"parameters": [
{ "name": "enabled", "type": "boolean", "description": "Shows / hides color picker" }
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/toolbar.css ('k') | third_party/WebKit/Source/web/InspectorOverlay.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698