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

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

Issue 444633003: Revert of [DevTools] Move DispatchOnDevToolsFrontend to embedder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 3365d02fb26cd9c5c7c53fe2a4818f17fd2ca62a..2d9fd03a7dcb1f8386e01fd0a5a3c95ba5f9f63d 100644
--- a/content/public/browser/devtools_frontend_host.h
+++ b/content/public/browser/devtools_frontend_host.h
@@ -41,6 +41,11 @@
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