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

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: Created 6 years, 5 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 2d9fd03a7dcb1f8386e01fd0a5a3c95ba5f9f63d..3365d02fb26cd9c5c7c53fe2a4818f17fd2ca62a 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

Powered by Google App Engine
This is Rietveld 408576698