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

Unified Diff: webkit/glue/devtools/debugger_agent_impl.h

Issue 467043: Revert 34040 - DevTools: make possible profiling of scripts doing heavy calcu... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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 | « webkit/glue/devtools/debugger_agent.h ('k') | webkit/glue/devtools/debugger_agent_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/debugger_agent_impl.h
===================================================================
--- webkit/glue/devtools/debugger_agent_impl.h (revision 34040)
+++ webkit/glue/devtools/debugger_agent_impl.h (working copy)
@@ -38,6 +38,14 @@
// DebuggerAgent implementation.
virtual void GetContextId();
+ virtual void StartProfiling(int flags);
+
+ virtual void StopProfiling(int flags);
+
+ virtual void GetActiveProfilerModules();
+
+ virtual void GetNextLogLines();
+
void DebuggerOutput(const WebCore::String& out);
void set_auto_continue_on_exception(bool auto_continue) {
@@ -72,6 +80,7 @@
WebKit::WebViewImpl* web_view_impl_;
DebuggerAgentDelegate* delegate_;
WebDevToolsAgentImpl* webdevtools_agent_;
+ int profiler_log_position_;
bool auto_continue_on_exception_;
};
« no previous file with comments | « webkit/glue/devtools/debugger_agent.h ('k') | webkit/glue/devtools/debugger_agent_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698