Index: third_party/WebKit/Source/devtools/front_end/network/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json |
index 781e057f86b321c581370beda160bfa1d9d96aef..286cf701d32dee41cf05379511facf79b2e52e42 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/network/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/network/module.json |
@@ -42,6 +42,8 @@ |
"type": "@WebInspector.ActionDelegate", |
"actionId": "network.toggle-recording", |
"iconClass": "record-toolbar-item", |
+ "toggledIconClass": "active-recording-toolbar-item", |
+ "toggleWithRedColor": true, |
pfeldman
2016/12/10 00:11:39
I don't think this is particularly extensible.
|
"contextTypes": ["WebInspector.NetworkPanel"], |
"className": "WebInspector.NetworkPanel.RecordActionDelegate", |
"options": [ |