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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js

Issue 2688983002: [Devtools] Added context menus for removing request blocking in network (Closed)
Patch Set: fix test Created 3 years, 10 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
Index: third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js b/third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js
index 1b7d1069d6fc5639dd45fece81d12dcdae619663..e38c0457e2ed02ba16965e3b8d5b169cd457d78e 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js
@@ -12,7 +12,7 @@ Network.BlockedURLsPane = class extends UI.VBox {
Network.BlockedURLsPane._instance = this;
- this._blockedURLsSetting = Common.moduleSetting('blockedURLs');
+ this._blockedURLsSetting = Common.moduleSetting('networkBlockedURLs');
this._blockedURLsSetting.addChangeListener(this._update, this);
this._toolbar = new UI.Toolbar('', this.contentElement);

Powered by Google App Engine
This is Rietveld 408576698