summaryrefslogtreecommitdiffstats
path: root/content/public/browser/devtools_frontend_host.h
diff options
context:
space:
mode:
authordgozman@chromium.org <dgozman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-07 11:04:47 +0000
committerdgozman@chromium.org <dgozman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-07 11:04:47 +0000
commit891f17cd94abd488fe06f9dd342acbfb8859f95d (patch)
treeae945defcc994f3b942dea76a0d00f46fb99f352 /content/public/browser/devtools_frontend_host.h
parent749e71fe1c8edf786317a18acd21a5e3434044ad (diff)
downloadchromium_src-891f17cd94abd488fe06f9dd342acbfb8859f95d.zip
chromium_src-891f17cd94abd488fe06f9dd342acbfb8859f95d.tar.gz
chromium_src-891f17cd94abd488fe06f9dd342acbfb8859f95d.tar.bz2
[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
Diffstat (limited to 'content/public/browser/devtools_frontend_host.h')
-rw-r--r--content/public/browser/devtools_frontend_host.h5
1 files changed, 0 insertions, 5 deletions
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