| Index: third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| index 24bf68ab3b9b6738ee320d533de99f1c7c213917..ec7f4005cc017ce8c629d4e25b3c7e0ad0d8301b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| @@ -274,6 +274,9 @@ WebInspector.SecurityPanel.prototype = {
|
| this._origins.clear();
|
| this._lastResponseReceivedForLoaderId.clear();
|
| this._filterRequestCounts.clear();
|
| + // After clearing the filtered request counts, refresh the
|
| + // explanations to reflect the new counts.
|
| + this._mainView.refreshExplanations();
|
| },
|
|
|
| /**
|
|
|