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

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: Rebaselined 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
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..f9a2dab0c62b9e479575001840a324ac2fec2a32 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.ResponsiveDesignButtonProvider",
"order": 1,
"location": "toolbar-left"
},

Powered by Google App Engine
This is Rietveld 408576698