Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(997)

Unified Diff: content/child/child_process.h

Issue 2334533002: base: Move renderer threads to the appropriate cpuset. (Closed)
Patch Set: revert to CHECK_NE Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/child/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_process.h
diff --git a/content/child/child_process.h b/content/child/child_process.h
index 82ec7dd325b6efb224b31506d9a619270a49dabf..9a56e76928b34a24f42e56ffb16b9bdb0d34a396 100644
--- a/content/child/child_process.h
+++ b/content/child/child_process.h
@@ -69,6 +69,10 @@ class CONTENT_EXPORT ChildProcess {
void AddRefProcess();
void ReleaseProcess();
+#if defined(OS_LINUX)
+ void SetIOThreadPriority(base::ThreadPriority io_thread_priority);
+#endif
+
// Getter for the one ChildProcess object for this process. Can only be called
// on the main thread.
static ChildProcess* current();
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/child/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698