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

Unified Diff: third_party/WebKit/LayoutTests/inspector/user-metrics.html

Issue 2657873008: DevTools: temporarily revert Timeline->Performance rename. (Closed)
Patch Set: Created 3 years, 11 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/user-metrics.html
diff --git a/third_party/WebKit/LayoutTests/inspector/user-metrics.html b/third_party/WebKit/LayoutTests/inspector/user-metrics.html
index ca156a62859367ea2d80b7253227d58da00d97b8..453d77d7bd668b1196f8723b263b79f58cb3594f 100644
--- a/third_party/WebKit/LayoutTests/inspector/user-metrics.html
+++ b/third_party/WebKit/LayoutTests/inspector/user-metrics.html
@@ -32,7 +32,7 @@ function test()
InspectorTest.addResult("\nrecordPanelShown:");
InspectorTest.dump(Host.UserMetrics._PanelCodes);
- UI.viewManager.showView("js_profiler");
+ UI.viewManager.showView("heap_profiler");
UI.viewManager.showView("timeline");
UI.viewManager.showView("audits");

Powered by Google App Engine
This is Rietveld 408576698