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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h

Issue 1917733002: [DevTools] Move part of CommandLineAPI to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/platform/v8_inspector/V8InjectedScriptHost.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
index b9aee7836cf362aa4e1869f62c23f687c6fe8158..d3b20f876c16b70b22b26a403016b95cecdbca39 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
@@ -18,7 +18,6 @@ public:
static InjectedScriptHost* unwrap(v8::Local<v8::Context>, v8::Local<v8::Object>);
static v8::Local<v8::FunctionTemplate> createWrapperTemplate(v8::Isolate*);
- static void clearConsoleMessagesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void inspectCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void inspectedObjectCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void internalConstructorNameCallback(const v8::FunctionCallbackInfo<v8::Value>&);
@@ -29,10 +28,6 @@ public:
static void collectionEntriesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void getInternalPropertiesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void getEventListenersCallback(const v8::FunctionCallbackInfo<v8::Value>&);
- static void debugFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
- static void undebugFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
- static void monitorFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
- static void unmonitorFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void callFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void suppressWarningsAndCallFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void setNonEnumPropertyCallback(const v8::FunctionCallbackInfo<v8::Value>&);

Powered by Google App Engine
This is Rietveld 408576698