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

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

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/platform/v8_inspector/V8InspectorSessionImpl.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
index 1915382a9e413c15b9a4d4bfebc4c4c928afb78d..e978afe983993de8c43322ee377880b24d083ac0 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
@@ -34,6 +34,7 @@ public:
V8DebuggerImpl* debugger() const { return m_debugger; }
V8DebuggerAgentImpl* debuggerAgentImpl() { return m_debuggerAgent.get(); }
+ V8ProfilerAgentImpl* profilerAgentImpl() { return m_profilerAgent.get(); }
V8RuntimeAgentImpl* runtimeAgentImpl() { return m_runtimeAgent.get(); }
int contextGroupId() const { return m_contextGroupId; }

Powered by Google App Engine
This is Rietveld 408576698