| Index: content/child/child_process.h
|
| diff --git a/content/child/child_process.h b/content/child/child_process.h
|
| index 82ec7dd325b6efb224b31506d9a619270a49dabf..e0559bd94e98444d716d53ad5f6223c2991fc7af 100644
|
| --- a/content/child/child_process.h
|
| +++ b/content/child/child_process.h
|
| @@ -69,6 +69,8 @@ class CONTENT_EXPORT ChildProcess {
|
| void AddRefProcess();
|
| void ReleaseProcess();
|
|
|
| + void SetIOThreadPriority(base::ThreadPriority io_thread_priority);
|
| +
|
| // Getter for the one ChildProcess object for this process. Can only be called
|
| // on the main thread.
|
| static ChildProcess* current();
|
|
|