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

Unified Diff: src/inspector/V8InspectorImpl.h

Issue 2332243002: [inspector] fixed all deprecated calls (Closed)
Patch Set: addressed comments Created 4 years, 3 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
« no previous file with comments | « src/inspector/V8InjectedScriptHost.cpp ('k') | src/inspector/V8InspectorImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/V8InspectorImpl.h
diff --git a/src/inspector/V8InspectorImpl.h b/src/inspector/V8InspectorImpl.h
index 053aeab1f837d93393b1a8fe1feb119f76019dbb..c617f321094fad0a0acf6113aab687b321ee31cc 100644
--- a/src/inspector/V8InspectorImpl.h
+++ b/src/inspector/V8InspectorImpl.h
@@ -46,6 +46,7 @@ class V8ConsoleMessageStorage;
class V8Debugger;
class V8DebuggerAgentImpl;
class V8InspectorSessionImpl;
+class V8ProfilerAgentImpl;
class V8RuntimeAgentImpl;
class V8StackTraceImpl;
@@ -119,6 +120,7 @@ class V8InspectorImpl : public V8Inspector {
InspectedContext* getContext(int groupId, int contextId) const;
V8DebuggerAgentImpl* enabledDebuggerAgentForGroup(int contextGroupId);
V8RuntimeAgentImpl* enabledRuntimeAgentForGroup(int contextGroupId);
+ V8ProfilerAgentImpl* enabledProfilerAgentForGroup(int contextGroupId);
private:
v8::Isolate* m_isolate;
« no previous file with comments | « src/inspector/V8InjectedScriptHost.cpp ('k') | src/inspector/V8InspectorImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698