Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Unified Diff: content/browser/utility_process_host_impl.h

Issue 19502003: Cut some more dependencies from browser to child for multiple_dll mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/utility_process_host_impl.h
diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h
index 45d2b3f77e86ea3fcb9aa5bbbf1da50215d0a9a6..6eecd3d89855cb58d10cf3f922cbba549620c84a 100644
--- a/content/browser/utility_process_host_impl.h
+++ b/content/browser/utility_process_host_impl.h
@@ -83,8 +83,10 @@ class CONTENT_EXPORT UtilityProcessHostImpl
scoped_ptr<BrowserChildProcessHostImpl> process_;
+#if !defined(CHROME_MULTIPLE_DLL)
// Used in single-process mode instead of process_.
scoped_ptr<UtilityMainThread> in_process_thread_;
+#endif
DISALLOW_COPY_AND_ASSIGN(UtilityProcessHostImpl);
};

Powered by Google App Engine
This is Rietveld 408576698