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

Unified Diff: content/child/child_process.h

Issue 2334533002: base: Move renderer threads to the appropriate cpuset. (Closed)
Patch Set: v3 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
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();

Powered by Google App Engine
This is Rietveld 408576698