| Index: chrome/renderer/render_thread.h
|
| ===================================================================
|
| --- chrome/renderer/render_thread.h (revision 10343)
|
| +++ chrome/renderer/render_thread.h (working copy)
|
| @@ -24,6 +24,10 @@
|
| struct ModalDialogEvent;
|
| struct WebPreferences;
|
|
|
| +namespace webkit_glue {
|
| +class WebKitClientImpl;
|
| +}
|
| +
|
| // The RenderThreadBase is the minimal interface that a RenderView/Widget
|
| // expects from a render thread. The interface basically abstracts a way to send
|
| // and receive messages.
|
| @@ -138,6 +142,8 @@
|
|
|
| scoped_ptr<NotificationService> notification_service_;
|
|
|
| + scoped_ptr<webkit_glue::WebKitClientImpl> webkit_client_impl_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(RenderThread);
|
| };
|
|
|
|
|