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

Unified Diff: chrome/browser/win/settings_app_monitor.cc

Issue 2871303004: Rename TaskRunner::RunsTasksOnCurrentThread() in //chrome (Closed)
Patch Set: fixed build error Created 3 years, 7 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 | « chrome/browser/win/chrome_select_file_dialog_factory.cc ('k') | chrome/renderer/media/cast_rtp_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/win/settings_app_monitor.cc
diff --git a/chrome/browser/win/settings_app_monitor.cc b/chrome/browser/win/settings_app_monitor.cc
index c1d90c998fd3e4f44985ffc2b92cb89a3ee74fd7..149f0d3ac47dbba9b0d6bc8abf0d4697bf571692 100644
--- a/chrome/browser/win/settings_app_monitor.cc
+++ b/chrome/browser/win/settings_app_monitor.cc
@@ -643,7 +643,7 @@ void SettingsAppMonitor::Context::Initialize(
const base::WeakPtr<SettingsAppMonitor>& monitor) {
// This and all other methods must be called on the automation thread.
DCHECK(task_runner->BelongsToCurrentThread());
- DCHECK(!monitor_runner->RunsTasksOnCurrentThread());
+ DCHECK(!monitor_runner->RunsTasksInCurrentSequence());
task_runner_ = task_runner;
monitor_runner_ = monitor_runner;
« no previous file with comments | « chrome/browser/win/chrome_select_file_dialog_factory.cc ('k') | chrome/renderer/media/cast_rtp_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698