Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(800)

Unified Diff: content/public/browser/devtools_frontend_host.h

Issue 418243003: [DevTools] Move DispatchOnDevToolsFrontend to embedder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/browser/devtools/devtools_frontend_host_impl.cc ('k') | content/renderer/devtools/devtools_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698