Index: content/public/browser/devtools_agent_host.h |
diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h |
index 8f0705f962b078246d6d4f3231e66e4c526974d9..b689f3bbe8c6b9627c6471df479d3c6f93c6a7b4 100644 |
--- a/content/public/browser/devtools_agent_host.h |
+++ b/content/public/browser/devtools_agent_host.h |
@@ -82,7 +82,7 @@ class CONTENT_EXPORT DevToolsAgentHost |
virtual bool IsAttached() = 0; |
// Sends a message to the agent. |
- virtual void DispatchProtocolMessage(const std::string& message) = 0; |
+ virtual bool DispatchProtocolMessage(const std::string& message) = 0; |
// Starts inspecting element at position (|x|, |y|) in the specified page. |
virtual void InspectElement(int x, int y) = 0; |