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

Unified Diff: content/child/child_process.h

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