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

Unified Diff: LayoutTests/inspector/profiler/profiler-test.js

Issue 335403003: DevTools: disable debugger when a profiler is active. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 6 years, 6 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 | Source/devtools/front_end/common/Settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/profiler/profiler-test.js
diff --git a/LayoutTests/inspector/profiler/profiler-test.js b/LayoutTests/inspector/profiler/profiler-test.js
index 2a3c114124a60487a86a1da009228ab8d38fc3cf..ee38649deeb668ebfd56a137e8d56328e830315b 100644
--- a/LayoutTests/inspector/profiler/profiler-test.js
+++ b/LayoutTests/inspector/profiler/profiler-test.js
@@ -2,6 +2,7 @@ var initialize_ProfilerTest = function() {
InspectorTest.startProfilerTest = function(callback)
{
+ WebInspector.experimentsSettings.disableAgentsWhenProfile.enableForTest();
WebInspector.inspectorView.showPanel("profiles");
InspectorTest.addResult("Profiler was enabled.");
« no previous file with comments | « no previous file | Source/devtools/front_end/common/Settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698