Index: third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js b/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js |
index b37cff6e91760972af11451a9e23364a2e7849ac..a8fb9810414c2f4e394af898f94cae4347455195 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/ActionRegistry.js |
@@ -113,6 +113,13 @@ WebInspector.Action = class extends WebInspector.Object { |
} |
/** |
+ * @return {string} |
+ */ |
+ toggledIcon() { |
+ return this._extension.descriptor()['toggledIconClass'] || ''; |
+ } |
+ |
+ /** |
* @param {boolean} enabled |
*/ |
setEnabled(enabled) { |