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

Unified Diff: trunk/Source/devtools/front_end/main/ScreencastApp.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 | « trunk/Source/devtools/front_end/main/Main.js ('k') | trunk/Source/devtools/front_end/main/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/devtools/front_end/main/ScreencastApp.js
===================================================================
--- trunk/Source/devtools/front_end/main/ScreencastApp.js (revision 178929)
+++ trunk/Source/devtools/front_end/main/ScreencastApp.js (working copy)
@@ -78,7 +78,7 @@
/**
* @constructor
- * @implements {WebInspector.StatusBarButton.Provider}
+ * @implements {WebInspector.StatusBarItem.Provider}
*/
WebInspector.ScreencastApp.StatusBarButtonProvider = function()
{
@@ -86,9 +86,9 @@
WebInspector.ScreencastApp.StatusBarButtonProvider.prototype = {
/**
- * @return {?WebInspector.StatusBarButton}
+ * @return {?WebInspector.StatusBarItem}
*/
- button: function()
+ item: function()
{
if (!(WebInspector.app instanceof WebInspector.ScreencastApp))
return null;
« no previous file with comments | « trunk/Source/devtools/front_end/main/Main.js ('k') | trunk/Source/devtools/front_end/main/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698