| 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 37cf40e75fcce20b4ffe66656690ef0263069909..370cae366b6a6911da49b99d07c32efcad4b807b 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -265,6 +265,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
|
|
| BluetoothDispatcherHost* GetBluetoothDispatcherHost();
|
|
|
| + bool backgrounded() const { return backgrounded_; };
|
| +
|
| protected:
|
| // A proxy for our IPC::Channel that lives on the IO thread (see
|
| // browser_process.h)
|
|
|