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

Unified Diff: content/browser/browser_main_loop.cc

Issue 2601623002: TaskTraits: Rename WithSyncPrimitives() to WithBaseSyncPrimitives(). (Closed)
Patch Set: CR gab #6 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 | « components/history/core/browser/history_service.cc ('k') | 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 ef5fea29f52f37c1f49b3513b8f92a95f75017c9..d57ddbe3c0b3a162a1ae1130efdd97c67715010a 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -1012,7 +1012,7 @@ int BrowserMainLoop::CreateThreads() {
// TODO(gab): Existing non-UI/non-IO BrowserThreads allow sync primitives so
// the initial redirection will as well but they probably don't need to.
base::TaskTraits non_ui_non_io_task_runner_traits =
- base::TaskTraits().MayBlock().WithSyncPrimitives();
+ base::TaskTraits().MayBlock().WithBaseSyncPrimitives();
switch (thread_id) {
case BrowserThread::DB:
« no previous file with comments | « components/history/core/browser/history_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698