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

Unified Diff: content/browser/browser_main_loop.cc

Issue 2627453004: Tweaks to new BrowserThreadImpl/BrowserMainLoop logic. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | content/browser/browser_thread_impl.cc » ('j') | content/browser/browser_thread_impl.cc » ('J')
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 d57ddbe3c0b3a162a1ae1130efdd97c67715010a..916302e9ab085ab1c95dbd45a1e7b13ea19e82d3 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -1053,6 +1053,7 @@ int BrowserMainLoop::CreateThreads() {
// redirecting the FILE thread on Windows. http://crbug.com/662122
thread_to_start = &file_thread_;
options = ui_message_loop_options;
+ options.timer_slack = base::TIMER_SLACK_MAXIMUM;
gab 2017/01/10 15:48:28 Forgot to add this to the OS_WIN only section to m
#else
if (redirect_nonUInonIO_browser_threads) {
non_ui_non_io_task_runner_traits
« no previous file with comments | « no previous file | content/browser/browser_thread_impl.cc » ('j') | content/browser/browser_thread_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698