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

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

Issue 342163002: DevTools: move emulation button into the base App.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. 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/App.js ('k') | Source/devtools/front_end/overrides.css » ('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 ac7cf2d3d6d481e4e9719f8fb64cef2d7ef66ce7..46ed1d57fa6c634c59c34db065b7dce8737d24d2 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -124,7 +124,7 @@
},
{
"type": "@WebInspector.StatusBarButton.Provider",
- "className": "WebInspector.AdvancedApp.ResponsiveDesignButtonProvider",
+ "className": "WebInspector.App.EmulationButtonProvider",
"order": 1,
"location": "toolbar-left"
},
« no previous file with comments | « Source/devtools/front_end/main/App.js ('k') | Source/devtools/front_end/overrides.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698