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

Unified Diff: chrome/browser/component_updater/sw_reporter_installer_win.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
Index: chrome/browser/component_updater/sw_reporter_installer_win.cc
diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.cc b/chrome/browser/component_updater/sw_reporter_installer_win.cc
index 670e72da171a43efbab626611e4ac39180bc03f6..8d28b344176f8a2deac9ebd0ae86444024faf79f 100644
--- a/chrome/browser/component_updater/sw_reporter_installer_win.cc
+++ b/chrome/browser/component_updater/sw_reporter_installer_win.cc
@@ -137,14 +137,14 @@ void RunSwReportersAfterStartup(
base::Bind(&safe_browsing::RunSwReporters, invocations, version,
base::ThreadTaskRunnerHandle::Get(),
// Runs LaunchAndWaitForExit() which creates (MayBlock()) and
- // joins (WithSyncPrimitives()) a process.
+ // joins (WithBaseSyncPrimitives()) a process.
base::CreateTaskRunnerWithTraits(
base::TaskTraits()
.WithShutdownBehavior(
base::TaskShutdownBehavior::CONTINUE_ON_SHUTDOWN)
.WithPriority(base::TaskPriority::BACKGROUND)
.MayBlock()
- .WithSyncPrimitives())));
+ .WithBaseSyncPrimitives())));
}
// Ensures |str| contains only alphanumeric characters and characters from
« no previous file with comments | « chrome/browser/component_updater/recovery_component_installer.cc ('k') | components/history/core/browser/history_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698