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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html

Issue 2736393002: DevTools: split network project into buckets (Closed)
Patch Set: fix tests Created 3 years, 9 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/LayoutTests/inspector/sources/debugger/navigator-view.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html
index 3d37ee39dc5cc8fdef229c6cf2cfa90745c95d19..dfd7103629416db5fb38ac69b3ffa2168aa7ce93 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html
@@ -7,7 +7,7 @@
function test()
{
var networkProject1 = Bindings.NetworkProject.forTarget(InspectorTest.mainTarget);
- networkProject1._reset();
+ InspectorTest.resetNetworkProject(networkProject1);
var target2 = InspectorTest.createMockTarget('mock-target-100');
SDK.ResourceTreeModel.fromTarget(target2)._cachedResourcesProcessed = true;
SDK.ResourceTreeModel.fromTarget(target2)._frameAttached('42', '');
@@ -120,7 +120,7 @@ function test()
InspectorTest.addResult("\n\n================================================");
InspectorTest.addResult("Removing all resources:");
- networkProject2._reset();
+ InspectorTest.resetNetworkProject(networkProject2);
InspectorTest.dumpNavigatorViewInAllModes(sourcesNavigatorView);
InspectorTest.dumpNavigatorViewInAllModes(contentScriptsNavigatorView);

Powered by Google App Engine
This is Rietveld 408576698