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

Unified Diff: LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html

Issue 101323012: Revert of Stop recording CPU profiles when Profiler agent is disabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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: LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
diff --git a/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html b/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
index daac4b260527dbe3bbaed09b90b5d6b8302ecb52..4a157bf4f97f386d998e472ab357108b6e98973f 100644
--- a/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
+++ b/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
@@ -9,7 +9,6 @@
function test()
{
- InspectorTest.sendCommand("Profiler.enable", {});
InspectorTest.sendCommand("Profiler.start", {}, didStartFrontendProfile);
function didStartFrontendProfile(messageObject)
{

Powered by Google App Engine
This is Rietveld 408576698