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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/module.json

Issue 2719853005: [DevTools] Remove full screenshot from UI. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/emulation/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/module.json b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
index 3f0e9c91f0a92dbbda7c7c0b4345279813142f9b..9d94d56e28fbd11ec3bbb557641799396515f7a3 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
@@ -40,20 +40,6 @@
"actionId": "emulation.capture-screenshot"
},
{
- "type": "@UI.ActionDelegate",
- "actionId": "emulation.capture-full-height-screenshot",
- "category": "Mobile",
- "className": "Emulation.DeviceModeWrapper.ActionDelegate",
- "title": "Capture full size screenshot",
- "tags": "device"
- },
- {
- "type": "context-menu-item",
- "location": "deviceModeMenu/tools",
- "order": 13,
- "actionId": "emulation.capture-full-height-screenshot"
- },
- {
"type": "@UI.ToolbarItem.Provider",
"actionId": "emulation.toggle-device-mode",
"condition": "can_dock",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698