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

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

Issue 1105643002: Devtools: Introduce WI.ExtensibleToolbar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use common styles Created 5 years, 8 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') | Source/devtools/front_end/screencast/module.json » ('j') | 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 192338604a8f349f0d1d58ea80dbf1368bce0e33..928df4f1ef2a79bf23200ada1b736f9aafa87710 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -168,7 +168,7 @@
{
"type": "@WebInspector.ToolbarItem.Provider",
"className": "WebInspector.InspectElementModeController.ToggleButtonProvider",
- "location": "toolbar-left",
+ "location": "main-toolbar-left",
"order": 0,
"actionId": "main.toggle-element-search"
},
@@ -177,25 +177,25 @@
"className": "WebInspector.AdvancedApp.EmulationButtonProvider",
"condition": "can_dock",
"order": 1,
- "location": "toolbar-left"
+ "location": "main-toolbar-left"
},
{
"type": "@WebInspector.ToolbarItem.Provider",
"className": "WebInspector.Main.WarningErrorCounter",
"order": 1,
- "location": "toolbar-right"
+ "location": "main-toolbar-right"
},
{
"type": "@WebInspector.ToolbarItem.Provider",
"className": "WebInspector.InspectorView.ToggleDrawerButtonProvider",
"order": 2,
- "location": "toolbar-right"
+ "location": "main-toolbar-right"
},
{
"type": "@WebInspector.ToolbarItem.Provider",
"className": "WebInspector.DockController.ButtonProvider",
"order": 4,
- "location": "toolbar-right"
+ "location": "main-toolbar-right"
},
{
"type": "setting",
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | Source/devtools/front_end/screencast/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698