| 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 3c78e6aafea658430910282e6012aecba7140ee6..bb654dbf06fc9914449987da97f1fec4c6c5ac8f 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -101,9 +101,6 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
|
| // Removes this host from the host list. Calls ChildProcessHost::ForceShutdown
|
| void ForceShutdown();
|
|
|
| - // Callers can reduce the BrowserChildProcess' priority.
|
| - void SetBackgrounded(bool backgrounded);
|
| -
|
| // Adds an IPC message filter.
|
| void AddFilter(BrowserMessageFilter* filter);
|
|
|
|
|