From 891f17cd94abd488fe06f9dd342acbfb8859f95d Mon Sep 17 00:00:00 2001 From: "dgozman@chromium.org" Date: Thu, 7 Aug 2014 11:04:47 +0000 Subject: [DevTools] Move DispatchOnDevToolsFrontend to embedder. We already have a way to send message via ExecuteJavaScript, no need for another mechanism. BUG=398046 TBR=jam Review URL: https://codereview.chromium.org/418243003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288027 0039d316-1c4b-4281-b951-d872f2087c98 --- content/public/browser/devtools_frontend_host.h | 5 ----- 1 file changed, 5 deletions(-) (limited to '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 ac79df2..24c50f5 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 -- cgit v1.1