Index: content/public/browser/devtools_frontend_host.h |
diff --git a/content/public/browser/devtools_frontend_host.h b/content/public/browser/devtools_frontend_host.h |
index ac79df2b5b2cba02a335fb585a8e8a6a5d677541..24c50f51e07b1e61ac22fb15c40db11c36d65f22 100644 |
--- a/content/public/browser/devtools_frontend_host.h |
+++ b/content/public/browser/devtools_frontend_host.h |
@@ -41,11 +41,6 @@ class DevToolsFrontendHost { |
RenderViewHost* frontend_rvh, Delegate* delegate); |
CONTENT_EXPORT virtual ~DevToolsFrontendHost() {} |
- |
- // Dispatches message from embedder/backend to frontend. |
- // TODO(dgozman): remove and make embedder to take care of this. |
- CONTENT_EXPORT virtual void DispatchOnDevToolsFrontend( |
- const std::string& message) = 0; |
}; |
} // namespace content |