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

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

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
index 565652af2f3e17e7a806a87ae363a83013800d73..3b0590db4d35320a12f37762c54c26c29db67e31 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -351,12 +351,6 @@ class ConsoleMessage;
[Console]
void addMessageToConsole(ExecutionContext* context, ConsoleMessage* consoleMessage);
- [Profiler]
- void consoleProfile([Keep] ExecutionContext* context, const String& title);
-
- [Profiler]
- void consoleProfileEnd(ExecutionContext* context, const String& title);
-
[Console]
void consoleMessagesCleared(ExecutionContext* context);
}

Powered by Google App Engine
This is Rietveld 408576698