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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js

Issue 2188413004: DevTools: Remove Advanced heap snapshot properties setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/profiler/heap-snapshot-test.js
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js
index f9098f8bfaf790c4833788cffb99deafacba1ccf..8ebc34ec03b49d07162a8ffa9ca7d49446e0c608 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js
@@ -414,8 +414,6 @@ InspectorTest.createHeapSnapshotMockFactories();
InspectorTest.startProfilerTest = function(callback)
{
- WebInspector.settingForTest("showAdvancedHeapSnapshotProperties").set(true);
-
InspectorTest.addResult("Profiler was enabled.");
// We mock out HeapProfilerAgent -- as DRT runs in single-process mode, Inspector
// and test share the same heap. Taking a snapshot takes too long for a test,

Powered by Google App Engine
This is Rietveld 408576698