Index: content/browser/renderer_host/render_process_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/render_process_host_impl.h (revision 212608) |
+++ content/browser/renderer_host/render_process_host_impl.h (working copy) |
@@ -263,8 +263,10 @@ |
// 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. |