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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html

Issue 2412023002: DevTools: migrate InspectorView to tabbed view location. (Closed)
Patch Set: made layers panel closeable. Created 4 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
Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
index 49f3a4ed3506f664aa365e1b2cc0dcaf4087efc8..0f9f8b32ea0574e38aa6acc581bab27fb5d14f2e 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
@@ -23,7 +23,7 @@ function performActions()
function test()
{
- WebInspector.TimelinePanel.show();
+ WebInspector.viewManager.showView("timeline");
WebInspector.panels.timeline._model._currentTarget = WebInspector.targetManager.mainTarget();
WebInspector.panels.timeline._captureJSProfileSetting.set(false);
InspectorTest.invokeAsyncWithTimeline("performActions", finish);

Powered by Google App Engine
This is Rietveld 408576698