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

Unified Diff: LayoutTests/inspector/network-filter-updated-requests.html

Issue 33143002: DevTools: Unify filtering UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/inspector/network-toggle-type-filter.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/network-filter-updated-requests.html
diff --git a/LayoutTests/inspector/network-filter-updated-requests.html b/LayoutTests/inspector/network-filter-updated-requests.html
index 62da6594fb735d366b7ebfff42ebd2e46fe74145..2af592f98cf60abe3684da24b43d3047b9888eed 100644
--- a/LayoutTests/inspector/network-filter-updated-requests.html
+++ b/LayoutTests/inspector/network-filter-updated-requests.html
@@ -7,7 +7,7 @@ function test() {
var target = panel._networkLogView;
var types = WebInspector.resourceTypes;
- target._toggleTypeFilter(types.XHR.name(), false);
+ target._resourceTypeFilterUI._toggleTypeFilter(types.XHR.name(), false);
InspectorTest.addResult("Clicked '" + types.XHR.name() + "' button.");
var requestFoo = new WebInspector.NetworkRequest("", "", "", "", "");
« no previous file with comments | « no previous file | LayoutTests/inspector/network-toggle-type-filter.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698