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

Unified Diff: LayoutTests/inspector/timeline/timeline-paint.html

Issue 657383002: DevTools: clear session id. follow-up patch after r183608 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 6 years, 2 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: LayoutTests/inspector/timeline/timeline-paint.html
diff --git a/LayoutTests/inspector/timeline/timeline-paint.html b/LayoutTests/inspector/timeline/timeline-paint.html
index 2ea833958c1fa7a9dcdd77ae277b09d5a0f0c0a3..575f1b0a8783897026f233fea93920c953652090 100644
--- a/LayoutTests/inspector/timeline/timeline-paint.html
+++ b/LayoutTests/inspector/timeline/timeline-paint.html
@@ -24,6 +24,7 @@ function updateSubframeAndDisplay(callback)
function test()
{
+ InspectorTest.startDumpingProtocolMessages();
yurys 2014/10/17 08:00:54 Revert this?
InspectorTest.invokeAsyncWithTimeline("display", step1);
function step1(records)

Powered by Google App Engine
This is Rietveld 408576698