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

Unified Diff: content/browser/browser_main_loop.cc

Issue 2584923002: Redirect BrowserThread::FILE at USER_VISIBLE instead of BACKGROUND priority. (Closed)
Patch Set: kill fake dependency Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 330cb631a8b9c582584a90e4a8e980d099b03e23..4e52a51413cdf13748a5525affae192d5b34a72c 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -1054,7 +1054,7 @@ int BrowserMainLoop::CreateThreads() {
#else
if (redirect_nonUInonIO_browser_threads) {
non_ui_non_io_task_runner_traits
- .WithPriority(base::TaskPriority::BACKGROUND)
+ .WithPriority(base::TaskPriority::USER_VISIBLE)
.WithShutdownBehavior(base::TaskShutdownBehavior::BLOCK_SHUTDOWN);
} else {
thread_to_start = &file_thread_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698