Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index fd4d1235dfd31c116576d14ff64a5d267a5cf260..65933f62628d76735cef47ea5e6ed5982dfbf1a4 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -263,8 +263,10 @@ class CONTENT_EXPORT RenderProcessHostImpl |
// 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. |