From 2f7f4d591192cfdebee227b72e3cf57c7c604450 Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Mon, 12 Oct 2009 23:57:18 +0000 Subject: Enables the sending of Timeline Agent and Resource messages to the devtools api in extensions. Review URL: http://codereview.chromium.org/267013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28761 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webdevtoolsagent.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/glue/webdevtoolsagent.h') diff --git a/webkit/glue/webdevtoolsagent.h b/webkit/glue/webdevtoolsagent.h index 37ab24f..aca37ee 100644 --- a/webkit/glue/webdevtoolsagent.h +++ b/webkit/glue/webdevtoolsagent.h @@ -38,6 +38,8 @@ class WebDevToolsAgent { virtual void InspectElement(int x, int y) = 0; + virtual void SetApuAgentEnabled(bool enabled) = 0; + // Asynchronously executes debugger command in the render thread. // |caller_id| will be used for sending response. static void ExecuteDebuggerCommand(const std::string& command, -- cgit v1.1