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

Unified Diff: trunk/Source/devtools/front_end/components/DockController.js

Issue 418343002: Revert 178911 "Revert 178848 "[DevTools] Make toolbar counters d..." (Closed) Base URL: svn://svn.chromium.org/blink/
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 | « no previous file | trunk/Source/devtools/front_end/components/InspectElementModeController.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/devtools/front_end/components/DockController.js
===================================================================
--- trunk/Source/devtools/front_end/components/DockController.js (revision 178929)
+++ trunk/Source/devtools/front_end/components/DockController.js (working copy)
@@ -164,7 +164,7 @@
/**
* @constructor
- * @implements {WebInspector.StatusBarButton.Provider}
+ * @implements {WebInspector.StatusBarItem.Provider}
*/
WebInspector.DockController.ButtonProvider = function()
{
@@ -172,9 +172,9 @@
WebInspector.DockController.ButtonProvider.prototype = {
/**
- * @return {?WebInspector.StatusBarButton}
+ * @return {?WebInspector.StatusBarItem}
*/
- button: function()
+ item: function()
{
if (!WebInspector.dockController.canDock())
return null;
« no previous file with comments | « no previous file | trunk/Source/devtools/front_end/components/InspectElementModeController.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698