Index: content/browser/utility_process_host_impl.h |
=================================================================== |
--- content/browser/utility_process_host_impl.h (revision 210446) |
+++ content/browser/utility_process_host_impl.h (working copy) |
@@ -22,6 +22,7 @@ |
namespace content { |
class BrowserChildProcessHostImpl; |
+class UtilityMainThread; |
class CONTENT_EXPORT UtilityProcessHostImpl |
: public NON_EXPORTED_BASE(UtilityProcessHost), |
@@ -78,6 +79,9 @@ |
scoped_ptr<BrowserChildProcessHostImpl> process_; |
+ // Used in single-process mode instead of process_. |
+ scoped_ptr<UtilityMainThread> in_process_thread_; |
+ |
DISALLOW_COPY_AND_ASSIGN(UtilityProcessHostImpl); |
}; |