| Index: trunk/src/content/public/renderer/render_thread.h
|
| ===================================================================
|
| --- trunk/src/content/public/renderer/render_thread.h (revision 279559)
|
| +++ trunk/src/content/public/renderer/render_thread.h (working copy)
|
| @@ -39,7 +39,6 @@
|
|
|
| class RenderProcessObserver;
|
| class ResourceDispatcherDelegate;
|
| -class ServiceRegistry;
|
|
|
| class CONTENT_EXPORT RenderThread : public IPC::Sender {
|
| public:
|
| @@ -137,9 +136,6 @@
|
| // Release cached font.
|
| virtual void ReleaseCachedFonts() = 0;
|
| #endif
|
| -
|
| - // Returns the ServiceRegistry for this thread.
|
| - virtual ServiceRegistry* GetServiceRegistry() = 0;
|
| };
|
|
|
| } // namespace content
|
|
|