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

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

Issue 329113002: DevTools: Restore toolbar button order regressed in r175358 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/settings/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 1b48499a0d4a14caedbf35f2ccb51b5d4bce87c8..ac7cf2d3d6d481e4e9719f8fb64cef2d7ef66ce7 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -119,21 +119,25 @@
"type": "@WebInspector.StatusBarButton.Provider",
"className": "WebInspector.InspectElementModeController.ToggleButtonProvider",
"location": "toolbar-left",
+ "order": 0,
"actionId": "main.toggle-element-search"
},
{
"type": "@WebInspector.StatusBarButton.Provider",
"className": "WebInspector.AdvancedApp.ResponsiveDesignButtonProvider",
+ "order": 1,
"location": "toolbar-left"
},
{
"type": "@WebInspector.StatusBarButton.Provider",
"className": "WebInspector.DockController.ButtonProvider",
+ "order": 1,
"location": "toolbar-right"
},
{
"type": "@WebInspector.StatusBarButton.Provider",
"className": "WebInspector.ScreencastApp.StatusBarButtonProvider",
+ "order": 2,
"location": "toolbar-right"
},
{
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | Source/devtools/front_end/settings/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698