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

Unified Diff: content/child/child_process.h

Issue 1690173004: content: Increase thread priority for display critical IO threads on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cl format Created 4 years, 10 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/browser_main_loop.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 a579aaf5e955aa0de732b004aa3507717a4ffff8..3b8c23b78fa685bac752f27d024270234f0af6a3 100644
--- a/content/child/child_process.h
+++ b/content/child/child_process.h
@@ -33,6 +33,7 @@ class CONTENT_EXPORT ChildProcess {
// Child processes should have an object that derives from this class.
// Normally you would immediately call set_main_thread after construction.
ChildProcess();
+ explicit ChildProcess(base::ThreadPriority io_thread_priority);
virtual ~ChildProcess();
// May be NULL if the main thread hasn't been set explicitly.
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/child/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698