| Index: content/public/renderer/render_thread.h
|
| diff --git a/content/public/renderer/render_thread.h b/content/public/renderer/render_thread.h
|
| index b6727384d4a6a5082f9be13580d45295bea91f58..2f8307d515d3b6b7b62121537bd5b120b8640ea7 100644
|
| --- a/content/public/renderer/render_thread.h
|
| +++ b/content/public/renderer/render_thread.h
|
| @@ -32,11 +32,6 @@ class SyncChannel;
|
| class SyncMessageFilter;
|
| }
|
|
|
| -namespace shell {
|
| -class InterfaceRegistry;
|
| -class InterfaceProvider;
|
| -}
|
| -
|
| namespace v8 {
|
| class Extension;
|
| }
|
| @@ -112,14 +107,6 @@ class CONTENT_EXPORT RenderThread : virtual public ChildThread {
|
|
|
| // Gets the shutdown event for the process.
|
| virtual base::WaitableEvent* GetShutdownEvent() = 0;
|
| -
|
| - // Returns the InterfaceRegistry that this process uses to expose interfaces
|
| - // to the browser.
|
| - virtual shell::InterfaceRegistry* GetInterfaceRegistry() = 0;
|
| -
|
| - // Returns the InterfaceProvider that this process can use to bind
|
| - // interfaces exposed to it by the browser.
|
| - virtual shell::InterfaceProvider* GetRemoteInterfaces() = 0;
|
| };
|
|
|
| } // namespace content
|
|
|