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

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: all tests pass 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 11613071e49f2b55563783b7224a6fd23309060d..944103fb885492e1bdfa99033fd18bbe26cc6e76 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -308,19 +308,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