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

Unified Diff: LayoutTests/inspector-protocol/cpu-profiler/enable-disable-expected.txt

Issue 116273003: Stop recording CPU profiles when Profiler agent is disabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed 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/enable-disable-expected.txt
diff --git a/LayoutTests/inspector-protocol/cpu-profiler/enable-disable-expected.txt b/LayoutTests/inspector-protocol/cpu-profiler/enable-disable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a160ead9f9a7263d09005164cedeb217311b311e
--- /dev/null
+++ b/LayoutTests/inspector-protocol/cpu-profiler/enable-disable-expected.txt
@@ -0,0 +1,10 @@
+Test that profiling can only be started when Profiler was enabled and that Profiler.disable command will stop stop recording all profiles.
+
+PASS: didFailToStartWhenDisabled
+PASS: didStartFrontendProfile
+PASS: console initiated profile started
+PASS: didStartConsoleProfile
+PASS: didDisableProfiler
+PASS: no front-end initiated profiles found
+PASS: didStopConsoleProfile
+

Powered by Google App Engine
This is Rietveld 408576698