| Index: Source/devtools/front_end/audits/AuditCategories.js
|
| diff --git a/Source/devtools/front_end/audits/AuditCategories.js b/Source/devtools/front_end/audits/AuditCategories.js
|
| index 848a455ace82ebf5874fd549970fd2c890086b9b..4365d707a8b9e774a9ba1c0c9dd1bd52d7bb609f 100644
|
| --- a/Source/devtools/front_end/audits/AuditCategories.js
|
| +++ b/Source/devtools/front_end/audits/AuditCategories.js
|
| @@ -72,7 +72,6 @@ WebInspector.AuditCategories.NetworkUtilization.prototype = {
|
| this.addRule(new WebInspector.AuditRules.MinimizeDnsLookupsRule(4), WebInspector.AuditRule.Severity.Warning);
|
| this.addRule(new WebInspector.AuditRules.ParallelizeDownloadRule(4, 10, 0.5), WebInspector.AuditRule.Severity.Warning);
|
| this.addRule(new WebInspector.AuditRules.BrowserCacheControlRule(), WebInspector.AuditRule.Severity.Severe);
|
| - this.addRule(new WebInspector.AuditRules.ProxyCacheControlRule(), WebInspector.AuditRule.Severity.Warning);
|
| },
|
|
|
| __proto__: WebInspector.AuditCategoryImpl.prototype
|
|
|