Index: content/browser/browser_child_process_host_impl.h |
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h |
index e3fdcb57c1eca5dff355302d22cb4c531c44d033..7361d77d5331f4e57aa5b34c4ca704ad15bd1c91 100644 |
--- a/content/browser/browser_child_process_host_impl.h |
+++ b/content/browser/browser_child_process_host_impl.h |
@@ -61,6 +61,8 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl |
// Removes this host from the host list. Calls ChildProcessHost::ForceShutdown |
void ForceShutdown(); |
+ void SetBackgrounded(bool backgrounded); |
jam
2013/05/09 18:02:57
nit: please document
shatch
2013/05/09 22:42:49
Done.
|
+ |
// Controls whether the child process should be terminated on browser |
// shutdown. Default is to always terminate. |
void SetTerminateChildOnShutdown(bool terminate_on_shutdown); |