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

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

Issue 1866213002: [DevTools] Move inspect from Inspector to Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inspector-connection
Patch Set: inspectRequested 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/InjectedScriptHost.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
index 46300f5dfc36e267261ffccf11a9326a9ce0f473..19ccc041f94092aa9ff1ff601f2fbbc7be8b912e 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
@@ -56,8 +56,6 @@ public:
static PassOwnPtr<InjectedScriptHost> create(V8DebuggerImpl*, V8InspectorSessionImpl*);
~InjectedScriptHost();
- void disconnect();
-
void addInspectedObject(PassOwnPtr<V8RuntimeAgent::Inspectable>);
void clearInspectedObjects();
V8RuntimeAgent::Inspectable* inspectedObject(unsigned num);
@@ -81,8 +79,6 @@ private:
V8DebuggerImpl* m_debugger;
V8InspectorSessionImpl* m_session;
- OwnPtr<V8RuntimeAgent::InspectCallback> m_inspectCallback;
- OwnPtr<V8RuntimeAgent::ClearConsoleCallback> m_clearConsoleCallback;
protocol::Vector<OwnPtr<V8RuntimeAgent::Inspectable>> m_inspectedObjects;
v8::Global<v8::FunctionTemplate> m_wrapperTemplate;
};

Powered by Google App Engine
This is Rietveld 408576698