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

Unified Diff: Source/devtools/front_end/main/module.json

Issue 405803004: [DevTools] Move device mode button to AdvancedApp and add shortcut. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/module.json
diff --git a/Source/devtools/front_end/main/module.json b/Source/devtools/front_end/main/module.json
index e95e7d98bc41f29c3abd7cab8e50f140ecd00f5e..fc236018de58e282649321375601170a7489a925 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -116,6 +116,21 @@
]
},
{
+ "type": "@WebInspector.ActionDelegate",
+ "actionId": "main.toggle-device-mode",
+ "className": "WebInspector.AdvancedApp.ToggleDeviceModeActionDelegate",
+ "bindings": [
+ {
+ "platform": "windows,linux",
+ "shortcut": "Shift+Ctrl+M"
+ },
+ {
+ "platform": "mac",
+ "shortcut": "Shift+Meta+M"
+ }
+ ]
+ },
+ {
"type": "drawer-view",
"name": "emulation",
"title": "Emulation",
@@ -143,7 +158,7 @@
},
{
"type": "@WebInspector.StatusBarButton.Provider",
- "className": "WebInspector.App.EmulationButtonProvider",
+ "className": "WebInspector.AdvancedApp.EmulationButtonProvider",
"order": 1,
"location": "toolbar-left"
},
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698