Index: trunk/src/content/browser/renderer_host/render_process_host_impl.h |
=================================================================== |
--- trunk/src/content/browser/renderer_host/render_process_host_impl.h (revision 212238) |
+++ trunk/src/content/browser/renderer_host/render_process_host_impl.h (working copy) |
@@ -263,10 +263,8 @@ |
// This is used to clear our cache five seconds after the last use. |
base::DelayTimer<RenderProcessHostImpl> cached_dibs_cleaner_; |
-#if !defined(CHROME_MULTIPLE_DLL) |
// Used in single-process mode. |
scoped_ptr<RendererMainThread> in_process_renderer_; |
-#endif |
// True after Init() has been called. We can't just check channel_ because we |
// also reset that in the case of process termination. |