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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 2823693002: Migrate RenderThreadImpl to use ConnectionFilter instead of the ChildThread's InterfaceRegistry to … (Closed)
Patch Set: . Created 3 years, 8 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/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index d544fb7fb58f3fa2d473792f4156023afed79658..bd950cd636be92bcab0fc38b8ccd72e5b29660a5 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -64,10 +64,6 @@ namespace media {
class KeySystemProperties;
}
-namespace service_manager {
-class InterfaceRegistry;
-}
-
namespace content {
class BrowserPluginDelegate;
class MediaStreamRendererFactory;
@@ -361,11 +357,6 @@ class CONTENT_EXPORT ContentRendererClient {
virtual void DidInitializeWorkerContextOnWorkerThread(
v8::Local<v8::Context> context) {}
- // Allows the client to expose interfaces from the renderer process to the
- // browser process via |registry|.
- virtual void ExposeInterfacesToBrowser(
- service_manager::InterfaceRegistry* interface_registry) {}
-
// Overwrites the given URL to use an HTML5 embed if possible.
// An empty URL is returned if the URL is not overriden.
virtual GURL OverrideFlashEmbedWithHTML(const GURL& url);

Powered by Google App Engine
This is Rietveld 408576698