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

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

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved api a bit Created 4 years, 6 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 2ae4ba04c22270eb5be345993a3db4013a046f59..673fe96bfc8333cfc2b50601a742ca2f55c1649e 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -296,19 +296,6 @@ class XMLHttpRequest;
void windowCreated(LocalFrame* opener, LocalFrame* created);
}
-interface InspectorConsoleInstrumentation {
-
-#include "core/inspector/ScriptArguments.h"
-
-class ConsoleMessage;
-
- [Console]
- void addMessageToConsole(ExecutionContext* context, ConsoleMessage* consoleMessage);
-
- [Console]
- void consoleMessagesCleared(ExecutionContext* context);
-}
-
interface InspectorOverrides {
[CSS]
bool forcePseudoState([Keep] Element* element, CSSSelector::PseudoType pseudoState);

Powered by Google App Engine
This is Rietveld 408576698