| 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);
|
|
|