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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 750983003: DevTools: remove Console.setTracingBasedTimeline call from startup. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/core/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 82d9782fc872c302a06f17d64a6217107a5f702f..1f9f14d8cbe817e5a482cd236340340aa8dab8c0 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -495,12 +495,6 @@ class ConsoleMessage;
[Timeline, Inline=FastReturn]
void consoleTimeStamp([Keep] ExecutionContext* context, const String& title);
- [Console, Inline=FastReturn]
- void consoleTimeline([Keep] ExecutionContext* context, const String& title, ScriptState* state);
-
- [Console, Inline=FastReturn]
- void consoleTimelineEnd([Keep] ExecutionContext* context, const String& title, ScriptState* state);
-
[Profiler, Inline=FastReturn]
void consoleProfile([Keep] ExecutionContext* context, const String& title);

Powered by Google App Engine
This is Rietveld 408576698