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

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: review comments addressed 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
« no previous file with comments | « Source/core/inspector/InspectorController.cpp ('k') | Source/core/inspector/PageConsoleAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 40e62395d61e890c4699669a21e61db54a174a21..beca46ee8fbe60294ebf234e1acb592e75f0cb39 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -496,12 +496,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);
« no previous file with comments | « Source/core/inspector/InspectorController.cpp ('k') | Source/core/inspector/PageConsoleAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698